Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/cvd_status/
Dcvd_status.cc63 auto monitor_path = instance.launcher_monitor_socket_path(); in main() local
64 if (monitor_path.empty()) { in main()
68 auto monitor_socket = cuttlefish::SharedFD::SocketLocalClient(monitor_path.c_str(), in main()
71 LOG(ERROR) << "Unable to connect to launcher monitor at " << monitor_path in main()
/device/google/cuttlefish/host/commands/powerwash_cvd/
Dpowerwash_cvd.cc66 auto monitor_path = instance.launcher_monitor_socket_path(); in main() local
67 if (monitor_path.empty()) { in main()
71 auto monitor_socket = cuttlefish::SharedFD::SocketLocalClient(monitor_path.c_str(), in main()
74 LOG(ERROR) << "Unable to connect to launcher monitor at " << monitor_path in main()
/device/google/cuttlefish/host/commands/stop_cvd/
Dmain.cc146 auto monitor_path = instance.launcher_monitor_socket_path(); in CleanStopInstance() local
147 if (monitor_path.empty()) { in CleanStopInstance()
151 auto monitor_socket = cuttlefish::SharedFD::SocketLocalClient(monitor_path.c_str(), in CleanStopInstance()
154 LOG(ERROR) << "Unable to connect to launcher monitor at " << monitor_path in CleanStopInstance()
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp58 auto monitor_path = GetMonitorPath(config); in Stop() local
60 monitor_path.c_str(), false, SOCK_STREAM); in Stop()