Searched refs:ParseJson (Results 1 – 8 of 8) sorted by relevance
26 Result<Json::Value> ParseJson(std::string_view input) { in ParseJson() function44 ParseJson(json_contents), "Failed to parse json: \n{}", json_contents); in LoadFromFile()
29 Result<Json::Value> ParseJson(std::string_view input);
244 ParseJson(match.value), "Could not read custom actions config flag"); in INJECT()340 auto custom_action_array = CF_EXPECT(ParseJson(config_contents)); in Process()
91 return CF_EXPECTF(ParseJson(config_contents), in ReadConfig()
34 return CF_EXPECT(ParseJson(json)); in ReadJson()
252 ParseJson(json_contents), "Failed to parse json: \n{}", json_contents); in TakeGuestSnapshot()
229 auto result = ParseJson(response.data); in DownloadToJson()
1825 instance.set_mcu(CF_EXPECT(ParseJson(file_content), "Failed parsing JSON file")); in InitializeCuttlefishConfiguration()