Lines Matching refs:GetStringFromJsonObj
176 char *modeStrs = GetStringFromJsonObj(config, "dest-mode"); in GetChmodFromJson()
186 char *flagStr = GetStringFromJsonObj(config, "name"); in GetFlagIndexFromJson()
207 char *srcPath = GetStringFromJsonObj(config, "src-path"); in DecodeMountPathConfig()
208 char *dstPath = GetStringFromJsonObj(config, "sandbox-path"); in DecodeMountPathConfig()
229 sandboxNode->category = GetMountCategory(GetStringFromJsonObj(config, "category")); in DecodeMountPathConfig()
230 const char *value = GetStringFromJsonObj(config, "app-apl-name"); in DecodeMountPathConfig()
264 const char *target = GetStringFromJsonObj(config, "target-name"); in DecodeSymbolLinksConfig()
265 const char *linkName = GetStringFromJsonObj(config, "link-name"); in DecodeSymbolLinksConfig()
499 char *name = GetStringFromJsonObj(groupConfig, "name"); in ParseNameGroup()
573 char *name = GetStringFromJsonObj(json, "name"); in ParseConditionalConfig()
589 char *rootPath = GetStringFromJsonObj(json, "sandbox-root"); in ParseGlobalSandboxConfig()