Searched refs:MakeDirRecursive (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/startup/init/test/unittest/init/ |
H A D | utils_unittest.cpp | 44 int ret = MakeDirRecursive(dir, mode); 47 ret = MakeDirRecursive(dir, mode);
|
/ohos5.0/base/startup/init/services/init/lite/ |
H A D | init.c | 35 (void)MakeDirRecursive("/dev/unix/socket", S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in SystemInit()
|
/ohos5.0/base/startup/init/interfaces/innerkits/include/ |
H A D | init_utils.h | 77 int MakeDirRecursive(const char *dir, mode_t mode);
|
/ohos5.0/base/startup/init/ueventd/ |
H A D | ueventd_device_handler.c | 79 if (MakeDirRecursive(linkDir, DIRMODE) < 0) { in CreateSymbolLinks() 174 rc = MakeDirRecursive(devicePath, DIRMODE); in CreateDeviceNode()
|
/ohos5.0/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_utils.cpp | 200 static void MakeDirRecursive(const std::string &path, mode_t mode) in MakeDirRecursive() function 248 MakeDirRecursive(dir, FILE_MODE); in CheckAndCreatFile() 268 MakeDirRecursive(destinationPath, FILE_MODE); in DoAppSandboxMountOnce() 669 MakeDirRecursive(sandboxPath, FILE_MODE); in DoDlpAppMountStrategy() 1284 MakeDirRecursive(sandboxPackagePath, FILE_MODE); in DoSandboxRootFolderCreateAdapt() 1632 MakeDirRecursive(sandboxPackagePath.c_str(), FILE_MODE); in SetAppSandboxProperty() 1671 MakeDirRecursive(sandboxPackagePath.c_str(), FILE_MODE); in SetAppSandboxPropertyNweb() 2068 OHOS::AppSpawn::MakeDirRecursive(lockSbxPathStamp.c_str(), OHOS::AppSpawn::FILE_MODE); in MountDirToShared()
|
/ohos5.0/base/startup/init/services/init/standard/ |
H A D | init.c | 99 MakeDirRecursive("/dev/unix/socket", S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in SystemInit()
|
/ohos5.0/base/startup/init/services/utils/ |
H A D | init_utils.c | 444 int MakeDirRecursive(const char *dir, mode_t mode) in MakeDirRecursive() function 487 MakeDirRecursive(path, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in CheckAndCreateDir()
|
/ohos5.0/base/startup/init/services/sandbox/ |
H A D | sandbox.c | 421 BEGET_ERROR_CHECK(MakeDirRecursive(dir, mode) == 0, return -1, in CheckAndMakeDir()
|