Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt_utils.cpp71 pid_t got_pid = TEMP_FAILURE_RETRY(waitpid(pid, &status, 0)); in Exec() local
72 if (got_pid != pid) { in Exec()
75 command_line.c_str(), pid, got_pid, strerror(errno)); in Exec()
Dutils.cpp1172 pid_t got_pid = TEMP_FAILURE_RETRY(waitpid(pid, &status, /*options=*/0)); in wait_child() local
1174 if (got_pid != pid) { in wait_child()
1175 PLOG(ERROR) << "waitpid failed: wanted " << pid << ", got " << got_pid; in wait_child()