Change the function name from updateAssemblyInfo() to copySmackAndOwnership()
[platform/core/dotnet/launcher.git] / NativeLauncher / inc / utils.h
index c894c45..3e8c154 100644 (file)
@@ -163,12 +163,12 @@ typedef std::function<void (const std::string&, const char*)> FileReader;
 void scanFilesInDir(const std::string& directory, FileReader reader, unsigned int depth);
 
 /**
- * @brief update assembly file info.
+ * @brief copy smack and ownership.
  * @param[in] get path
  * @param[in] set path
  * @param[in] symbolic link
  */
-void updateAssemblyInfo(const std::string& getPath, const std::string& setPath, bool isSymlink = false);
+void copySmackAndOwnership(const std::string& fromPath, const std::string& toPath, bool isSymlink = false);
 
 /**
  * @brief create the new directory.