Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_load.c245 const cJSON *mountConfigs, SandboxSection *section, uint32_t type) in ParseMountPathsConfig() argument
247 APPSPAWN_CHECK_ONLY_EXPER(mountConfigs != NULL && cJSON_IsArray(mountConfigs), return -1); in ParseMountPathsConfig()
249 uint32_t mountPointSize = cJSON_GetArraySize(mountConfigs); in ParseMountPathsConfig()
251 cJSON *mntJson = cJSON_GetArrayItem(mountConfigs, i); in ParseMountPathsConfig()