Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_load.c290 static int ParseSymbolLinksConfig(AppSpawnSandboxCfg *sandbox, const cJSON *symbolLinkConfigs, Sand… in ParseSymbolLinksConfig() argument
292 …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()