Home
last modified time | relevance | path

Searched defs:exit_code (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dvendor_dlkm_utils.cc230 const auto exit_code = cmd.Start().Wait(); in GenerateFileContexts() local
255 auto exit_code = avb_cmd.Start().Wait(); in AddVbmetaFooter() local
318 int exit_code = mkfs_cmd.Start().Wait(); in BuildVendorDLKM() local
334 const auto exit_code = lpadd.Start().Wait(); in RepackSuperWithVendorDLKM() local
/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc55 RunnerExitCodes exit_code; in DaemonizeLauncher() local
270 void SendExitCode(RunnerExitCodes exit_code, SharedFD fd) { in SendExitCode()
/device/google/cuttlefish/host/commands/stop/
Dmain.cc99 auto exit_code = 1; // Having to fallback is an error in FallBackStop() local
209 int exit_code = 0; in StopCvdMain() local
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_builder.cpp32 int exit_code) { in ApplyProcessRestarter()
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp7911 DWORD exit_code = STILL_ACTIVE; in Wait() local
7980 void Subprocess::KillAndWaitForTermination(int exit_code) { in KillAndWaitForTermination()