Home
last modified time | relevance | path

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

/base/startup/appspawn/modules/sandbox/
H A Dsandbox_load.c419 cJSON *pathConfigs = cJSON_GetObjectItemCaseSensitive(configs, "mount-paths"); in ParseBaseConfig() local
420 if (pathConfigs != NULL) { // mount-paths in ParseBaseConfig()
421 ret = ParseMountPathsConfig(sandbox, pathConfigs, section, SANDBOX_TAG_MOUNT_PATH); in ParseBaseConfig()
425 pathConfigs = cJSON_GetObjectItemCaseSensitive(configs, "mount-files"); in ParseBaseConfig()
426 if (pathConfigs != NULL) { // mount-files in ParseBaseConfig()
427 ret = ParseMountPathsConfig(sandbox, pathConfigs, section, SANDBOX_TAG_MOUNT_FILE); in ParseBaseConfig()
431 pathConfigs = cJSON_GetObjectItemCaseSensitive(configs, "symbol-links"); in ParseBaseConfig()
432 if (pathConfigs != NULL) { // symbol-links in ParseBaseConfig()
433 ret = ParseSymbolLinksConfig(sandbox, pathConfigs, section); in ParseBaseConfig()

Completed in 2 milliseconds