Searched refs:ChangeModeFile (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | directory_ex.h | 128 bool ChangeModeFile(const std::string& fileName, const mode_t& mode);
|
H A D | directory_ex.cpp | 240 bool ChangeModeFile(const string& fileName, const mode_t& mode) in ChangeModeFile() function
|
/foundation/multimedia/image_framework/mock/native/include/ |
H A D | directory_ex.h | 101 * 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 D | installd_operator.cpp | 452 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 D | installd_host_impl.cpp | 1076 if (!OHOS::ChangeModeFile(newPath, mode)) { in CopyFile() 1877 if (!OHOS::ChangeModeFile(targetPath, mode)) { in MoveHapToCodeDir()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_util.cpp | 399 if (!OHOS::ChangeModeFile(tempDir, mode)) { in CreateTempDir() 756 if (!OHOS::ChangeModeFile(dir, mode)) { in CreateDir()
|
Completed in 10 milliseconds