Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/command_util/
Dutil.cc75 std::string monitor_path = instance_config.launcher_monitor_socket_path(); in GetLauncherMonitorFromInstance() local
76 CF_EXPECT(!monitor_path.empty(), "No path to launcher monitor found"); in GetLauncherMonitorFromInstance()
79 monitor_path.c_str(), false, SOCK_STREAM, timeout_seconds); in GetLauncherMonitorFromInstance()
82 << monitor_path << ":" << monitor_socket->StrError()); in GetLauncherMonitorFromInstance()
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp55 auto monitor_path = GetMonitorPath(*config); in Stop() local
57 monitor_path.c_str(), false, SOCK_STREAM); in Stop()