Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_config.cc83 …h::FileExists(boot_env_image_path) || cuttlefish::ReadFile(boot_env_image_path) != cuttlefish::Rea… in InitBootloaderEnvPartition()
/device/google/cuttlefish/common/libs/utils/
Dfiles.h31 std::string ReadFile(const std::string& file);
Dfiles.cpp131 std::string ReadFile(const std::string& file) { in ReadFile() function
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc435 auto assemble_log = cuttlefish::ReadFile(config->AssemblyPath("assemble_cvd.log")); in main()