Home
last modified time | relevance | path

Searched refs:StopCvdBinary (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dknown_paths.h46 std::string StopCvdBinary();
Dknown_paths.cpp105 std::string StopCvdBinary() { return HostBinaryPath("stop_cvd"); } in StopCvdBinary() function
/device/google/cuttlefish/host/libs/process_monitor/
Dprocess_monitor.cc124 Command stop_cmd(StopCvdBinary()); in MonitorLoop()