Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_load.c251 cJSON *mntJson = cJSON_GetArrayItem(mountConfigs, i); in ParseMountPathsConfig() local
252 if (mntJson == NULL) { in ParseMountPathsConfig()
255 PathMountNode *sandboxNode = DecodeMountPathConfig(section, mntJson, type); in ParseMountPathsConfig()