Home
last modified time | relevance | path

Searched refs:ChangeModeFile (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Ddirectory_ex.h128 bool ChangeModeFile(const std::string& fileName, const mode_t& mode);
H A Ddirectory_ex.cpp240 bool ChangeModeFile(const string& fileName, const mode_t& mode) in ChangeModeFile() function
/foundation/multimedia/image_framework/mock/native/include/
H A Ddirectory_ex.h101 * The ChangeModeFile function is change the input file authority,
104 bool ChangeModeFile(const std::string& fileName, const mode_t& mode);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp452 if (!OHOS::ChangeModeFile(path, mode)) { in ExtractTargetHnpFile()
453 LOG_E(BMS_TAG_INSTALLD, "ChangeModeFile %{public}s failed, errno: %{public}d", path.c_str(), errno); in ExtractTargetHnpFile()
539 if (!OHOS::ChangeModeFile(path, mode)) { in ExtractTargetFile()
540 LOG_E(BMS_TAG_INSTALLD, "ChangeModeFile %{public}s failed, errno: %{public}d", path.c_str(), errno); in ExtractTargetFile()
1606 if (!OHOS::ChangeModeFile(destPath, mode)) { in MoveFile()
1645 if (!OHOS::ChangeModeFile(filePath, mode)) { in ExtractResourceFiles()
1719 if (!OHOS::ChangeModeFile(realDestinedDir, mode)) { in CopyDriverSoFiles()
1720 LOG_E(BMS_TAG_INSTALLD, "ChangeModeFile %{public}s failed, errno: %{public}d", realDestinedDir.c_str(), in CopyDriverSoFiles()
H A Dinstalld_host_impl.cpp1076 if (!OHOS::ChangeModeFile(newPath, mode)) { in CopyFile()
1877 if (!OHOS::ChangeModeFile(targetPath, mode)) { in MoveHapToCodeDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp399 if (!OHOS::ChangeModeFile(tempDir, mode)) { in CreateTempDir()
756 if (!OHOS::ChangeModeFile(dir, mode)) { in CreateDir()

Completed in 10 milliseconds