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

/frameworks/native/cmds/installd/
H A Dcommands.c624 pid_t got_pid; local
630 got_pid = waitpid(pid, &status, 0);
631 if (got_pid == -1 && errno == EINTR) {
637 if (got_pid != pid) {
639 (int) pid, (int) got_pid, strerror(errno));

Completed in 1310 milliseconds