Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.c851 pid_t got_pid; in wait_child() local
854 got_pid = waitpid(pid, &status, 0); in wait_child()
855 if (got_pid == -1 && errno == EINTR) { in wait_child()
861 if (got_pid != pid) { in wait_child()
863 (int) pid, (int) got_pid, strerror(errno)); in wait_child()