Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dproc_sync_test.go174 exitStatus := successStatus
177 exitStatus = waitStatus.ExitStatus()
180 if exitStatus == successStatus {
182 } else if exitStatus == busyStatus {
185 return false, subprocessOutput, fmt.Errorf("Unexpected status %v", exitStatus)
193 exitStatus := unexpectedError
197 exitStatus = successStatus
199 exitStatus = busyStatus
202 …tf("Tried to lock path %s. Received error %v. Exiting with status %v\n", lockpath, err, exitStatus)
203 os.Exit(exitStatus)
/build/kati/
Dworker.go165 exit := exitStatus(err)
253 func exitStatus(err error) int { func
Devalcmd.go282 exit := exitStatus(err)