Home
last modified time | relevance | path

Searched refs:GetPathMountNode (Results 1 - 4 of 4) sorted by relevance

/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandboxmgr_test.cpp373 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 Dappspawn_sandbox.h259 PathMountNode *GetPathMountNode(const SandboxSection *section, int type, const char *source, const char *target);
H A Dsandbox_load.c213 PathMountNode *tmp = GetPathMountNode(section, type, srcPath, dstPath); in DecodeMountPathConfig()
H A Dsandbox_manager.c103 PathMountNode *GetPathMountNode(const SandboxSection *section, int type, const char *source, const char *target) in GetPathMountNode() function

Completed in 5 milliseconds