/ohos5.0/base/update/updater/utils/include/ |
H A D | utils_fs.h | 27 int MkdirRecursive(const std::string &pathName, mode_t mode);
|
/ohos5.0/base/update/updater/test/unittest/applypatch_test/ |
H A D | all_cmd_unittest.cpp | 176 Utils::MkdirRecursive(tm->GetTransferParams()->storeBase, dirMode); 199 Utils::MkdirRecursive(tm->GetTransferParams()->storeBase, mode);
|
H A D | partition_update_record_unittest.cpp | 62 Updater::Utils::MkdirRecursive(miscDir, dirMode);
|
H A D | imagepatch_unittest.h | 98 Updater::Utils::MkdirRecursive(basePath, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in SetUp()
|
H A D | applypatch_unittest.cpp | 90 Updater::Utils::MkdirRecursive(devDir, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
|
H A D | commandsfunction_unittest.cpp | 70 Utils::MkdirRecursive(transferParams->storeBase, dirMode);
|
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/ |
H A D | sys_installer_server.cpp | 44 (void)Utils::MkdirRecursive(SYS_LOG_DIR, 0777); // 0777 : rwxrwxrwx in SysInstallerInit()
|
/ohos5.0/foundation/multimedia/ringtone_library/services/utils/src/ |
H A D | ringtone_file_utils.cpp | 525 static int32_t MkdirRecursive(const string &path, size_t start) in MkdirRecursive() function 558 return MkdirRecursive(path, end); in MkdirRecursive() 575 return MkdirRecursive(path, start + RINGTONE_CUSTOMIZED_BASE_PATH.size()); in CreatePreloadFolder()
|
/ohos5.0/base/update/updater/utils/ |
H A D | utils_fs.cpp | 36 int MkdirRecursive(const std::string &pathName, mode_t mode) in MkdirRecursive() function
|
H A D | utils.cpp | 577 … if (MkdirRecursive(destPath.c_str(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH) != 0) { in CopyUpdaterLogs() 629 if (MkdirRecursive(UPDATER_PATH, 0755) != 0) { // 0755: -rwxr-xr-x in WriteDumpResult()
|
/ohos5.0/commonlibrary/utils_lite/js/builtin/filekit/src/ |
H A D | nativeapi_fs_impl.c | 154 static int MkdirRecursive(const char* path) in MkdirRecursive() function 458 return MkdirRecursive(fileName); in CreateDirImpl()
|
/ohos5.0/base/update/updater/services/applypatch/ |
H A D | store.cpp | 72 if (MkdirRecursive(dirPath, S_IRWXU) != 0) { in CreateNewSpace()
|
/ohos5.0/base/update/updater/test/unittest/updater_main_test/ |
H A D | updater_main_unittest.cpp | 54 …Updater::Utils::MkdirRecursive("/data/sdcard/updater", S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_I… in SetUpTestCase()
|
/ohos5.0/base/update/updater/test/unittest/utils/ |
H A D | utils_unittest.cpp | 65 …EXPECT_EQ(Utils::MkdirRecursive("/data/xx?xx", S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH), 0…
|
/ohos5.0/base/update/updater/interfaces/kits/updaterkits/ |
H A D | updaterkits.cpp | 54 if (Utils::MkdirRecursive(UPDATER_PATH, 0755) != 0) { // 0755: -rwxr-xr-x in WriteUpdaterResultFile()
|
/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/src/ |
H A D | sys_installer_kits_impl.cpp | 106 (void)Utils::MkdirRecursive(SYS_LOG_DIR, 0777); // 0777 : rwxrwxrwx in Init()
|
/ohos5.0/base/update/updater/test/fuzztest/updaterutils_fuzzer/ |
H A D | updater_utils_fuzzer.cpp | 67 Utils::MkdirRecursive("/data/xx?xx", S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in TestMkdirRecursive()
|
/ohos5.0/base/update/updater/services/diffpatch/patch_shared/ |
H A D | patch_shared.cpp | 81 if (Updater::Utils::MkdirRecursive(targetPath, S_IRWXU) != 0) { in GetUpdateBlockInfo()
|