Searched refs:MakeDirRec (Results 1 - 9 of 9) sorted by relevance
/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()
|
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_module_interface_test.cpp | 236 * @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 D | loopserver_systest.c | 73 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 D | app_spawn_test_helper.cpp | 363 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 D | sandbox_expand.c | 169 (void)MakeDirRec(sandboxContext->buffer[1].buffer, FILE_MODE, 1); in SetOverlayAppPath()
|
H A D | appspawn_sandbox.c | 341 MakeDirRec(file, FILE_MODE, 0); in CheckAndCreateSandboxFile() 588 MakeDirRec(path, DIR_MODE, 1); in MountDir()
|
H A D | sandbox_utils.cpp | 1860 MakeDirRec(path, DIR_MODE, 1);
|
/base/startup/appspawn/util/src/ |
H A D | appspawn_utils.c | 139 int MakeDirRec(const char *path, mode_t mode, int lastPath) in MakeDirRec() function
|
/base/startup/appspawn/standard/ |
H A D | appspawn_service.c | 1072 MakeDirRec(path, 0711, 0); // 0711 default mask in CreateAppSpawnServer()
|
Completed in 14 milliseconds