Searched refs:MakeDirRec (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/startup/appspawn/modules/module_engine/include/ |
H A D | appspawn_hook.h | 171 int MakeDirRec(const char *path, mode_t mode, int lastPath); 174 return MakeDirRec(path, mode, 1); in CreateSandboxDir()
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_module_interface_test.cpp | 246 int ret = MakeDirRec(nullptr, 0, -1); 248 ret = MakeDirRec(APPSPAWN_BASE_DIR "/test_appspawn/3", 0, 0); 250 ret = MakeDirRec(APPSPAWN_BASE_DIR "/test_appspawn/1", 0711, 0); // create file 252 ret = MakeDirRec(APPSPAWN_BASE_DIR "/test_appspawn/2", 0711, 1); // create path
|
/ohos5.0/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.cpp | 363 MakeDirRec(path, 0711, 0); // 0711 default mask in Run() 757 MakeDirRec(APPSPAWN_MSG_DIR "appspawn", 0771, 1); in MODULE_CONSTRUCTOR() 758 MakeDirRec(APPSPAWN_MSG_DIR "nwebspawn", 0771, 1); in MODULE_CONSTRUCTOR()
|
/ohos5.0/base/startup/appspawn/util/src/ |
H A D | appspawn_utils.c | 138 int MakeDirRec(const char *path, mode_t mode, int lastPath) in MakeDirRec() function
|
/ohos5.0/base/startup/appspawn/modules/sandbox/ |
H A D | appspawn_sandbox.c | 324 MakeDirRec(file, FILE_MODE, 0); in CheckAndCreateSandboxFile() 391 MakeDirRec(originPath, FILE_MODE, 0); in GetRealSrcPath()
|
H A D | sandbox_utils.cpp | 1865 MakeDirRec(path, DIR_MODE, 1); in MountDir() 1920 ret = MakeDirRec(path, DIR_MODE, 1); in MountInShared() 1955 ret = MakeDirRec(target, DIR_MODE, 1); in SharedMountInSharefs()
|
/ohos5.0/base/startup/appspawn/standard/ |
H A D | appspawn_service.c | 1062 MakeDirRec(path, 0711, 0); // 0711 default mask in CreateAppSpawnServer()
|