Home
last modified time | relevance | path

Searched refs:MakeDirRec (Results 1 - 9 of 9) sorted by relevance

/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()
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_module_interface_test.cpp236 * @brief MakeDirRec
237 * int MakeDirRec(const char *path, mode_t mode, int lastPath);
241 int ret = MakeDirRec(nullptr, 0, -1); in HWTEST_F()
243 ret = MakeDirRec(APPSPAWN_BASE_DIR "/test_appspawn/3", 0, 0); in HWTEST_F()
245 ret = MakeDirRec(APPSPAWN_BASE_DIR "/test_appspawn/1", 0711, 0); // create file in HWTEST_F()
247 ret = MakeDirRec(APPSPAWN_BASE_DIR "/test_appspawn/2", 0711, 1); // create path in HWTEST_F()
/base/startup/init/test/systest/
H A Dloopserver_systest.c73 int MakeDirRec(const char *path, mode_t mode, int lastPath) in MakeDirRec() function
139 MakeDirRec(path, DIR_MODE, 0); in CreatePipeServer()
167 MakeDirRec(path, DIR_MODE, 0); in CreateTcpServer()
/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp363 MakeDirRec(path, 0711, 0); // 0711 default mask in Run()
760 MakeDirRec(APPSPAWN_MSG_DIR "appspawn", 0771, 1); in MODULE_CONSTRUCTOR()
761 MakeDirRec(APPSPAWN_MSG_DIR "nwebspawn", 0771, 1); in MODULE_CONSTRUCTOR()
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_expand.c169 (void)MakeDirRec(sandboxContext->buffer[1].buffer, FILE_MODE, 1); in SetOverlayAppPath()
H A Dappspawn_sandbox.c341 MakeDirRec(file, FILE_MODE, 0); in CheckAndCreateSandboxFile()
588 MakeDirRec(path, DIR_MODE, 1); in MountDir()
H A Dsandbox_utils.cpp1860 MakeDirRec(path, DIR_MODE, 1);
/base/startup/appspawn/util/src/
H A Dappspawn_utils.c139 int MakeDirRec(const char *path, mode_t mode, int lastPath) in MakeDirRec() function
/base/startup/appspawn/standard/
H A Dappspawn_service.c1072 MakeDirRec(path, 0711, 0); // 0711 default mask in CreateAppSpawnServer()

Completed in 14 milliseconds