Searched defs:WEXITSTATUS (Results 1 – 3 of 3) sorted by relevance
/aosp12/bionic/libc/include/bits/ | ||
H A D | wait.h | 41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) macro |
/aosp12/bionic/libc/tzcode/ | ||
H A D | private.h | 136 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro |
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ | ||
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |