Searched refs:symbolLinkConfigs (Results 1 – 1 of 1) sorted by relevance
290 static int ParseSymbolLinksConfig(AppSpawnSandboxCfg *sandbox, const cJSON *symbolLinkConfigs, Sand… in ParseSymbolLinksConfig() argument292 …APPSPAWN_CHECK_ONLY_EXPER(symbolLinkConfigs != NULL && cJSON_IsArray(symbolLinkConfigs), return -1… in ParseSymbolLinksConfig()293 uint32_t symlinkPointSize = cJSON_GetArraySize(symbolLinkConfigs); in ParseSymbolLinksConfig()295 cJSON *symConfig = cJSON_GetArrayItem(symbolLinkConfigs, i); in ParseSymbolLinksConfig()