Home
last modified time | relevance | path

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

/base/update/updater/test/unittest/applypatch_test/
Dall_cmd_unittest.cpp176 Utils::MkdirRecursive(tm->GetTransferParams()->storeBase, dirMode);
199 Utils::MkdirRecursive(tm->GetTransferParams()->storeBase, mode);
Dpartition_update_record_unittest.cpp62 Updater::Utils::MkdirRecursive(miscDir, dirMode);
Dimagepatch_unittest.h98 Updater::Utils::MkdirRecursive(basePath, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in SetUp()
Dapplypatch_unittest.cpp90 Updater::Utils::MkdirRecursive(devDir, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
Dcommandsfunction_unittest.cpp71 Utils::MkdirRecursive(transferParams->storeBase, dirMode);
/base/update/sys_installer/frameworks/ipc_server/src/
Dsys_installer_server.cpp43 (void)Utils::MkdirRecursive(SYS_LOG_DIR, 0777); // 0777 : rwxrwxrwx in SysInstallerInit()
/base/update/updater/services/applypatch/
Dstore.cpp73 if (MkdirRecursive(dirPath, S_IRWXU) != 0) { in CreateNewSpace()
/base/update/updater/test/unittest/utils/
Dutils_unittest.cpp65 …EXPECT_EQ(Utils::MkdirRecursive("/data/xx?xx", S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH), 0…
/base/update/updater/utils/include/
Dutils.h51 int MkdirRecursive(const std::string &pathName, mode_t mode);
/base/update/updater/test/unittest/updater_main_test/
Dupdater_main_unittest.cpp54 …Updater::Utils::MkdirRecursive("/data/sdcard/updater", S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_I… in SetUpTestCase()
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
Dsys_installer_kits_impl.cpp106 (void)Utils::MkdirRecursive(SYS_LOG_DIR, 0777); // 0777 : rwxrwxrwx in Init()
/base/update/updater/utils/
Dutils.cpp141 int MkdirRecursive(const std::string &pathName, mode_t mode) in MkdirRecursive() function
553 … if (MkdirRecursive(destPath.c_str(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH) != 0) { in CopyUpdaterLogs()
605 if (MkdirRecursive(UPDATER_PATH, 0755) != 0) { // 0755: -rwxr-xr-x in WriteDumpResult()
/base/update/updater/test/fuzztest/updaterutils_fuzzer/
Dupdater_utils_fuzzer.cpp66 Utils::MkdirRecursive("/data/xx?xx", S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in TestMkdirRecursive()