Home
last modified time | relevance | path

Searched refs:MakeDirRec (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/module_engine/include/
H A Dappspawn_hook.h171 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 Dapp_spawn_module_interface_test.cpp246 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 Dapp_spawn_test_helper.cpp363 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 Dappspawn_utils.c138 int MakeDirRec(const char *path, mode_t mode, int lastPath) in MakeDirRec() function
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.c324 MakeDirRec(file, FILE_MODE, 0); in CheckAndCreateSandboxFile()
391 MakeDirRec(originPath, FILE_MODE, 0); in GetRealSrcPath()
H A Dsandbox_utils.cpp1865 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 Dappspawn_service.c1062 MakeDirRec(path, 0711, 0); // 0711 default mask in CreateAppSpawnServer()