Lines Matching +full:android +full:- +full:stub
44 // have <features.h> will transitively include it, and ones that don't --
45 // macOS -- won't break.
51 #define AT_FDCWD -100
80 // We use most non-posix Linux syscalls directly through the syscall() wrapper,
81 // but even many posix-2008 functions aren't provided by glibc unless you
214 // Android is missing some headers and functions
247 // Glibc won't give you linux-kernel constants unless you say "no, a BUD lite"
271 // Support building the Android tools on glibc, so hermetic AOSP builds can
274 #include <android/log.h>
289 return -1; in __android_log_write()
293 // libprocessgroup is an Android platform library not included in the NDK.
301 // Android NDKv18 has liblog.so but not liblog.c for static builds,
302 // stub it out for now.
318 // Android's bionic libc doesn't have confstr.