Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dconfig_flag.cpp88 std::string config_contents; in ReadConfig() local
89 CF_EXPECTF(android::base::ReadFileToString(path, &config_contents), in ReadConfig()
91 return CF_EXPECTF(ParseJson(config_contents), in ReadConfig()
Dcustom_actions.cpp338 std::string config_contents; in Process() local
339 CF_EXPECT(android::base::ReadFileToString(config, &config_contents)); in Process()
340 auto custom_action_array = CF_EXPECT(ParseJson(config_contents)); in Process()