Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc553 const std::string& android_info_file_path, const std::string& key) { in GetAndroidInfoConfig() argument
554 CF_EXPECT(FileExists(android_info_file_path)); in GetAndroidInfoConfig()
556 std::string android_info_contents = ReadFile(android_info_file_path); in GetAndroidInfoConfig()