Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/launch/
Dlauncher_defs.h24 kSuccess = 0, enumerator
52 kSuccess = 'S', enumerator
Dmain.cc143 SendExitCode(cvd::LauncherExitCodes::kSuccess); in MaybeWriteToForegroundLauncher()
238 } else if (exit_code == LauncherExitCodes::kSuccess) { in DaemonizeLauncher()
329 auto response = cvd::LauncherResponse::kSuccess; in ServerLoop()
/device/google/cuttlefish_common/host/commands/stop_cvd/
Dmain.cc150 if (response != cvd::LauncherResponse::kSuccess) { in main()