Searched refs:config_contents (Results 1 – 2 of 2) sorted by relevance
88 std::string config_contents; in ReadConfig() local89 CF_EXPECTF(android::base::ReadFileToString(path, &config_contents), in ReadConfig()91 return CF_EXPECTF(ParseJson(config_contents), in ReadConfig()
338 std::string config_contents; in Process() local339 CF_EXPECT(android::base::ReadFileToString(config, &config_contents)); in Process()340 auto custom_action_array = CF_EXPECT(ParseJson(config_contents)); in Process()