Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/avb/
Davb.cpp81 int exit_code = command.Start().Wait(); in AddHashFooter() local
103 int exit_code = command.Start().Wait(); in WriteInfoImage() local
147 int exit_code = command.Start().Wait(); in MakeVbMetaImage() local
/device/google/cuttlefish/host/commands/assemble_cvd/
Dvendor_dlkm_utils.cc288 const auto exit_code = cmd.Start().Wait(); in GenerateFileContexts() local
314 auto exit_code = avb_cmd.Start().Wait(); in AddVbmetaFooter() local
387 int exit_code = mkfs_cmd.Start().Wait(); in BuildDlkmImage() local
404 const auto exit_code = lpadd.Start().Wait(); in RepackSuperWithPartition() local
/device/google/cuttlefish/host/commands/stop/
Dmain.cc102 auto exit_code = 1; // Having to fallback is an error in FallBackStop() local
206 int exit_code = 0; in StopCvdMain() local
/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc58 RunnerExitCodes exit_code; in DaemonizeLauncher() local
392 void SendExitCode(RunnerExitCodes exit_code, SharedFD fd) { in SendExitCode()
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_builder.cpp47 int exit_code) { in ApplyProcessRestarter()