Home
last modified time | relevance | path

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

/art/runtime/
Dexec_utils.cc76 pid_t got_pid = TEMP_FAILURE_RETRY(waitpid(pid, &status, 0)); in ExecAndReturnCode() local
77 if (got_pid != pid) { in ExecAndReturnCode()
80 command_line.c_str(), pid, got_pid, strerror(errno)); in ExecAndReturnCode()