Home
last modified time | relevance | path

Searched refs:gidTabJson (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_load.c410 cJSON *gidTabJson = cJSON_GetObjectItemCaseSensitive(configs, "gids"); in ParseBaseConfig() local
411 if (gidTabJson) { in ParseBaseConfig()
412 ret = ParseGidTableConfig(sandbox, gidTabJson, section); in ParseBaseConfig()