Searched refs:ParseSymbolLinksConfig (Results 1 - 3 of 3) sorted by relevance
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_sandbox_new_mount_test.cpp | 609 int ret = ParseSymbolLinksConfig(nullptr, nullptr, nullptr);
in HWTEST_F() 617 ret = ParseSymbolLinksConfig(nullptr, config1, nullptr);
in HWTEST_F() 627 ret = ParseSymbolLinksConfig(nullptr, symbolLinks, nullptr);
in HWTEST_F() 642 int ret = ParseSymbolLinksConfig(nullptr, symbolLinks, nullptr);
in HWTEST_F() 654 ret = ParseSymbolLinksConfig(nullptr, symbolLinks, nullptr);
in HWTEST_F() 666 ret = ParseSymbolLinksConfig(nullptr, symbolLinks, nullptr);
in HWTEST_F()
|
/base/startup/appspawn/test/mock/ |
H A D | app_spawn_stub.h | 81 int ParseSymbolLinksConfig(AppSpawnSandboxCfg *sandbox, const cJSON *symbolLinkConfigs,
|
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_load.c | 291 APPSPAWN_STATIC int ParseSymbolLinksConfig(AppSpawnSandboxCfg *sandbox, const cJSON *symbolLinkConfigs, in ParseSymbolLinksConfig() function 433 ret = ParseSymbolLinksConfig(sandbox, pathConfigs, section); in ParseBaseConfig()
|
Completed in 8 milliseconds