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

/frameworks/native/cmds/installd/
H A Dutils.cpp1012 pid_t got_pid; local
1015 got_pid = waitpid(pid, &status, 0);
1016 if (got_pid == -1 && errno == EINTR) {
1022 if (got_pid != pid) {
1024 (int) pid, (int) got_pid, strerror(errno));
H A Dotapreopt.cpp1007 pid_t got_pid = TEMP_FAILURE_RETRY(waitpid(pid, &status, 0)); local
1008 if (got_pid != pid) {
1011 command_line.c_str(), pid, got_pid, strerror(errno));

Completed in 63 milliseconds