Searched refs:GetSymbolLinkNode (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 | 421 pathNode = GetSymbolLinkNode(section, testPath, testPath); in HWTEST_F() 425 pathNode = GetSymbolLinkNode(section, testPath, testPath); in HWTEST_F() 427 pathNode = GetSymbolLinkNode(section, nullptr, testPath); in HWTEST_F() 429 pathNode = GetSymbolLinkNode(section, nullptr, nullptr); in HWTEST_F() 431 pathNode = GetSymbolLinkNode(section, testPath, nullptr); in HWTEST_F() 435 pathNode = GetSymbolLinkNode(nullptr, nullptr, testPath); in HWTEST_F() 437 pathNode = GetSymbolLinkNode(nullptr, nullptr, nullptr); in HWTEST_F() 439 pathNode = GetSymbolLinkNode(nullptr, testPath, nullptr); in HWTEST_F()
|
/base/startup/appspawn/modules/sandbox/ |
H A D | appspawn_sandbox.h | 260 SymbolLinkNode *GetSymbolLinkNode(const SandboxSection *section, const char *target, const char *linkName);
|
H A D | sandbox_load.c | 271 SymbolLinkNode *tmp = GetSymbolLinkNode(section, target, linkName); in DecodeSymbolLinksConfig()
|
H A D | sandbox_manager.c | 118 SymbolLinkNode *GetSymbolLinkNode(const SandboxSection *section, const char *target, const char *linkName) in GetSymbolLinkNode() function
|
Completed in 5 milliseconds