Home
last modified time | relevance | path

Searched refs:MakeDirRecursive (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/startup/init/test/unittest/init/
H A Dutils_unittest.cpp44 int ret = MakeDirRecursive(dir, mode);
47 ret = MakeDirRecursive(dir, mode);
/ohos5.0/base/startup/init/services/init/lite/
H A Dinit.c35 (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 Dinit_utils.h77 int MakeDirRecursive(const char *dir, mode_t mode);
/ohos5.0/base/startup/init/ueventd/
H A Dueventd_device_handler.c79 if (MakeDirRecursive(linkDir, DIRMODE) < 0) { in CreateSymbolLinks()
174 rc = MakeDirRecursive(devicePath, DIRMODE); in CreateDeviceNode()
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp200 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 Dinit.c99 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 Dinit_utils.c444 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 Dsandbox.c421 BEGET_ERROR_CHECK(MakeDirRecursive(dir, mode) == 0, return -1, in CheckAndMakeDir()