Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.h51 kStopCrash, /* Attempted to stop the subprocess cleanly, but that failed. */ enumerator
Dsubprocess.cpp306 ? StopperResult::kStopCrash in KillSubprocessFallback()
/device/google/cuttlefish/host/libs/process_monitor/
Dprocess_monitor.cc147 if (stop_result == StopperResult::kStopCrash) { in StopSubprocesses()