Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc246 .ConfigPath(config.AssemblyPath("os_composite_disk_config.txt")) in OsCompositeDiskBuilder()
247 .HeaderPath(config.AssemblyPath("os_composite_gpt_header.img")) in OsCompositeDiskBuilder()
248 .FooterPath(config.AssemblyPath("os_composite_gpt_footer.img")) in OsCompositeDiskBuilder()
336 config_.AssemblyPath("boot_repacked.img"); in Setup()
350 config_.AssemblyPath("vendor_boot_repacked.img"); in Setup()
Dassemble_cvd.cc209 if (log->LinkAtCwd(config.AssemblyPath("assemble_cvd.log"))) { in InitFilesystemAndCreateConfig()
211 << config.AssemblyPath("assemble_cvd.log") in InitFilesystemAndCreateConfig()
Dflags.cc1016 return config.AssemblyPath("cuttlefish_config.json"); in GetConfigFilePath()
/device/google/cuttlefish/host/commands/host_bugreport/
Dmain.cc63 SaveFile(writer, "cuttlefish_assembly/" + path, config->AssemblyPath(path)); in CvdHostBugreportMain()
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc158 auto assembly_path = config.AssemblyPath("assemble_cvd.log"); in ConfigureLogs()
Dserver_loop.cpp222 auto config_path = config_.AssemblyPath("cuttlefish_config.json"); in RestartRunCvd()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp940 std::string CuttlefishConfig::AssemblyPath( in AssemblyPath() function in cuttlefish::CuttlefishConfig
946 return AssemblyPath("os_composite.img"); in os_composite_disk_path()
Dcuttlefish_config.h95 std::string AssemblyPath(const std::string&) const;