Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.c601 pid_t got_pid; in wait_dexopt() local
607 got_pid = waitpid(pid, &status, 0); in wait_dexopt()
608 if (got_pid == -1 && errno == EINTR) { in wait_dexopt()
614 if (got_pid != pid) { in wait_dexopt()
616 (int) pid, (int) got_pid, strerror(errno)); in wait_dexopt()