Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dopen_wrt.cpp119 instance_.PerInstanceLogPath("crosvm_openwrt_boot.log"); in Commands()
120 auto logs_path = instance_.PerInstanceLogPath("crosvm_openwrt.log"); in Commands()
Dpica.cpp36 auto pcap_dir = instance.PerInstanceLogPath("/pica/"); in Pica()
Dopenwrt_control_server.cpp60 AbsolutePath(first_instance.PerInstanceLogPath("crosvm_openwrt.log"))); in Commands()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc320 CF_EXPECT(DirectoryContents(instance.PerInstanceLogPath(""))); in InitFilesystemAndCreateConfig()
325 const std::string path = instance.PerInstanceLogPath(filename); in InitFilesystemAndCreateConfig()
423 CF_EXPECT(EnsureDirectoryExists(instance.PerInstanceLogPath(""))); in InitFilesystemAndCreateConfig()
/device/google/cuttlefish/host/commands/metrics/
Dmetrics.cc32 auto metrics_log_path = instance.PerInstanceLogPath("metrics.log"); in main()
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dmain.cc98 instance.PerInstanceLogPath("kernel.log")}; in main()
/device/google/cuttlefish/host/commands/process_restarter/
Dmain.cc69 options.Strace(instance.PerInstanceLogPath("/strace-" + short_name)); in OptionsForExecutable()
/device/google/cuttlefish/host/commands/modem_simulator/
Dmain.cpp69 auto modem_log_path = instance.PerInstanceLogPath("modem_simulator.log"); in ModemSimulatorMain()
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp86 .StraceLogDir(instance_.PerInstanceLogPath("")) in Run()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp1299 return AbsolutePath(PerInstanceLogPath("logcat")); in logcat_path()
1317 return AbsolutePath(PerInstanceLogPath("launcher.log")); in launcher_log_path()
1911 std::string CuttlefishConfig::InstanceSpecific::PerInstanceLogPath( in PerInstanceLogPath() function in cuttlefish::CuttlefishConfig::InstanceSpecific
Dcuttlefish_config.h371 std::string PerInstanceLogPath(const std::string& file_name) const;