Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc388 SharedFD temp = SharedFD::Creat(config.AssemblyPath("restore"), 0660); in InitFilesystemAndCreateConfig()
409 if (log->LinkAtCwd(config.AssemblyPath("assemble_cvd.log"))) { in InitFilesystemAndCreateConfig()
411 << config.AssemblyPath("assemble_cvd.log") in InitFilesystemAndCreateConfig()
Dflags.cc2170 return config.AssemblyPath("cuttlefish_config.json"); in GetConfigFilePath()
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp392 CHECK(RemoveFile(config_.AssemblyPath("restore"))); in RestartRunCvd()
394 auto config_path = config_.AssemblyPath("cuttlefish_config.json"); in RestartRunCvd()
Dmain.cc211 auto assembly_path = config.AssemblyPath("assemble_cvd.log"); in ConfigureLogs()
/device/google/cuttlefish/host/commands/host_bugreport/
Dmain.cc63 SaveFile(writer, "cuttlefish_assembly/" + path, config->AssemblyPath(path)); in CvdHostBugreportMain()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp78 return FileExists(config.AssemblyPath("restore")); in IsRestoring()
674 std::string CuttlefishConfig::AssemblyPath( in AssemblyPath() function in cuttlefish::CuttlefishConfig
Dcuttlefish_config.h103 std::string AssemblyPath(const std::string&) const;