Searched refs:GetPathMountNode (Results 1 - 4 of 4) sorted by relevance
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_sandboxmgr_test.cpp | 373 pathNode = GetPathMountNode(section, SANDBOX_TAG_MOUNT_PATH, testPath, testPath); in HWTEST_F() 378 pathNode = GetPathMountNode(section, j, testPath, testPath); in HWTEST_F() 380 pathNode = GetPathMountNode(section, j, nullptr, testPath); in HWTEST_F() 382 pathNode = GetPathMountNode(section, j, nullptr, nullptr); in HWTEST_F() 384 pathNode = GetPathMountNode(section, j, testPath, nullptr); in HWTEST_F() 388 pathNode = GetPathMountNode(nullptr, j, nullptr, testPath); in HWTEST_F() 390 pathNode = GetPathMountNode(nullptr, j, nullptr, nullptr); in HWTEST_F() 392 pathNode = GetPathMountNode(nullptr, j, testPath, nullptr); in HWTEST_F()
|
/base/startup/appspawn/modules/sandbox/ |
H A D | appspawn_sandbox.h | 259 PathMountNode *GetPathMountNode(const SandboxSection *section, int type, const char *source, const char *target);
|
H A D | sandbox_load.c | 213 PathMountNode *tmp = GetPathMountNode(section, type, srcPath, dstPath); in DecodeMountPathConfig()
|
H A D | sandbox_manager.c | 103 PathMountNode *GetPathMountNode(const SandboxSection *section, int type, const char *source, const char *target) in GetPathMountNode() function
|
Completed in 5 milliseconds