Home
last modified time | relevance | path

Searched defs:groupConfig (Results 1 – 1 of 1) sorted by relevance

/base/startup/appspawn/modules/sandbox/
Dsandbox_load.c339 static int ParseMountGroupsConfig(AppSpawnSandboxCfg *sandbox, const cJSON *groupConfig, SandboxSec… in ParseMountGroupsConfig()
430 cJSON *groupConfig = cJSON_GetObjectItemCaseSensitive(configs, "mount-groups"); in ParseBaseConfig() local
497 static SandboxNameGroupNode *ParseNameGroup(AppSpawnSandboxCfg *sandbox, const cJSON *groupConfig) in ParseNameGroup()