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

/system/core/libcutils/
H A Dprivate.h101 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
104 #ifndef WIFEXITED
105 #define WIFEXITED(status) (((status) & 0xff) == 0) macro
106 #endif /* !defined WIFEXITED */
/system/core/libctest/
H A Dctest.c105 if (!WIFEXITED(status)) {
/system/core/logwrapper/
H A Dlogwrapper.c96 if (WIFEXITED(status) && WEXITSTATUS(status))
/system/vold/
H A Dlogwrapper.c75 if (WIFEXITED(status)) {
/system/extras/tests/lib/testUtil/
H A DtestUtil.c421 if (!(WIFEXITED(status) && (WEXITSTATUS(status) == 0))) {
424 if (WIFEXITED(status)) {
/system/netd/
H A Dlogwrapper.c74 if (WIFEXITED(status)) {
/system/extras/tests/sdcard/
H A Dsysutil.cpp215 if (WIFEXITED(status))
374 if (!WIFEXITED(status))
/system/core/sh/
H A Djobs.c415 if (st1 == -1 || !(mode & SHOW_SIGNALLED) || WIFEXITED(st1))
452 } else if (WIFEXITED(ps->status)) {
642 if (WIFEXITED(status))
1005 if (WIFEXITED(status))
/system/core/adb/
H A Dservices.c354 } else if (!WIFEXITED(status)) {
/system/core/init/
H A Dbuiltins.c484 if (WIFEXITED(status)) {

Completed in 954 milliseconds