Home
last modified time | relevance | path

Searched refs:MkdirRecursive (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/update/updater/utils/include/
H A Dutils_fs.h27 int MkdirRecursive(const std::string &pathName, mode_t mode);
/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dall_cmd_unittest.cpp176 Utils::MkdirRecursive(tm->GetTransferParams()->storeBase, dirMode);
199 Utils::MkdirRecursive(tm->GetTransferParams()->storeBase, mode);
H A Dpartition_update_record_unittest.cpp62 Updater::Utils::MkdirRecursive(miscDir, dirMode);
H A Dimagepatch_unittest.h98 Updater::Utils::MkdirRecursive(basePath, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in SetUp()
H A Dapplypatch_unittest.cpp90 Updater::Utils::MkdirRecursive(devDir, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
H A Dcommandsfunction_unittest.cpp70 Utils::MkdirRecursive(transferParams->storeBase, dirMode);
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/
H A Dsys_installer_server.cpp44 (void)Utils::MkdirRecursive(SYS_LOG_DIR, 0777); // 0777 : rwxrwxrwx in SysInstallerInit()
/ohos5.0/foundation/multimedia/ringtone_library/services/utils/src/
H A Dringtone_file_utils.cpp525 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 Dutils_fs.cpp36 int MkdirRecursive(const std::string &pathName, mode_t mode) in MkdirRecursive() function
H A Dutils.cpp577 … 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 Dnativeapi_fs_impl.c154 static int MkdirRecursive(const char* path) in MkdirRecursive() function
458 return MkdirRecursive(fileName); in CreateDirImpl()
/ohos5.0/base/update/updater/services/applypatch/
H A Dstore.cpp72 if (MkdirRecursive(dirPath, S_IRWXU) != 0) { in CreateNewSpace()
/ohos5.0/base/update/updater/test/unittest/updater_main_test/
H A Dupdater_main_unittest.cpp54 …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 Dutils_unittest.cpp65 …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 Dupdaterkits.cpp54 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 Dsys_installer_kits_impl.cpp106 (void)Utils::MkdirRecursive(SYS_LOG_DIR, 0777); // 0777 : rwxrwxrwx in Init()
/ohos5.0/base/update/updater/test/fuzztest/updaterutils_fuzzer/
H A Dupdater_utils_fuzzer.cpp67 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 Dpatch_shared.cpp81 if (Updater::Utils::MkdirRecursive(targetPath, S_IRWXU) != 0) { in GetUpdateBlockInfo()