Lines Matching refs:exit_code
89 int exit_code = 0; in GetVpdValue() local
93 cmd, &exit_code, &value, &error) || in GetVpdValue()
94 exit_code) { in GetVpdValue()
96 << " with exit code: " << exit_code << " and error: " << error; in GetVpdValue()
204 int exit_code = 0; in GetECVersion() local
207 if (!Subprocess::SynchronousExec(cmd, &exit_code, &input_line, &error) || in GetECVersion()
208 exit_code != 0) { in GetECVersion()
210 << exit_code << " and error: " << error; in GetECVersion()
358 int exit_code = 0; in SetFirstActiveOmahaPingSent() local
362 if (!Subprocess::SynchronousExec(vpd_set_cmd, &exit_code, &output, &error) || in SetFirstActiveOmahaPingSent()
363 exit_code) { in SetFirstActiveOmahaPingSent()
365 << " with exit code: " << exit_code << " with output: " << output in SetFirstActiveOmahaPingSent()
373 if (!Subprocess::SynchronousExec(vpd_dump_cmd, &exit_code, &output, &error) || in SetFirstActiveOmahaPingSent()
374 exit_code) { in SetFirstActiveOmahaPingSent()
376 << " with exit code: " << exit_code << " with output: " << output in SetFirstActiveOmahaPingSent()