Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/cvd_status/
Dcvd_status.cc63 auto monitor_path = instance.launcher_monitor_socket_path(); in main()
/device/google/cuttlefish/host/commands/powerwash_cvd/
Dpowerwash_cvd.cc66 auto monitor_path = instance.launcher_monitor_socket_path(); in main()
/device/google/cuttlefish/host/commands/stop_cvd/
Dmain.cc146 auto monitor_path = instance.launcher_monitor_socket_path(); in CleanStopInstance()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp140 std::string CuttlefishConfig::InstanceSpecific::launcher_monitor_socket_path() in launcher_monitor_socket_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific
Dcuttlefish_config.h417 std::string launcher_monitor_socket_path() const;
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc490 auto launcher_monitor_path = instance.launcher_monitor_socket_path(); in main()