Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/stop_cvd/
Dmain.cc109 auto monitor_path = config->launcher_monitor_socket_path(); in main()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h193 std::string launcher_monitor_socket_path() const;
Dcuttlefish_config.cpp477 std::string CuttlefishConfig::launcher_monitor_socket_path() const { in launcher_monitor_socket_path() function in vsoc::CuttlefishConfig
/device/google/cuttlefish_common/host/commands/launch/
Dmain.cc383 auto launcher_monitor_path = config->launcher_monitor_socket_path(); in main()