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

/system/extras/tests/bionic/libc/other/
H A Dtest_system.c22 if (WEXITSTATUS(rv) != 0) {
24 WEXITSTATUS(rv));
/system/vold/
H A Dlogwrapper.c76 if (WEXITSTATUS(status) != 0) {
78 WEXITSTATUS(status));
80 return WEXITSTATUS(status);
/system/netd/
H A Doem_iptables_hook.cpp57 if ((-1 == ret) || (0 != WEXITSTATUS(ret))) {
H A Dlogwrapper.c75 if (WEXITSTATUS(status) != 0) {
77 WEXITSTATUS(status));
79 return WEXITSTATUS(status);
/system/core/libcutils/
H A Dprivate.h101 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
107 #ifndef WEXITSTATUS
108 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro
109 #endif /* !defined WEXITSTATUS */
/system/core/logwrapper/
H A Dlogwrapper.c96 if (WIFEXITED(status) && WEXITSTATUS(status))
98 WEXITSTATUS(status));
/system/core/libctest/
H A Dctest.c109 return WEXITSTATUS(status);
/system/extras/tests/lib/testUtil/
H A DtestUtil.c421 if (!(WIFEXITED(status) && (WEXITSTATUS(status) == 0))) {
425 testPrintE("WEXITSTATUS: %i", WEXITSTATUS(status));
/system/core/adb/
H A Dservices.c357 } else if (WEXITSTATUS(status) >= 0) {
358 D("*** Exit code %d\n", WEXITSTATUS(status));
/system/extras/tests/sdcard/
H A Dsysutil.cpp217 snprintf(buffer, sizeof(buffer), "ok (%d)", WEXITSTATUS(status));
/system/core/sh/
H A Djobs.c453 st = WEXITSTATUS(ps->status);
643 retval = WEXITSTATUS(status);
1006 st = WEXITSTATUS(status);
/system/core/init/
H A Dbuiltins.c485 ret = WEXITSTATUS(status);

Completed in 125 milliseconds