Searched refs:mountConfigs (Results 1 – 1 of 1) sorted by relevance
245 const cJSON *mountConfigs, SandboxSection *section, uint32_t type) in ParseMountPathsConfig() argument247 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()