Searched refs:strerror (Results 1 – 25 of 34) sorted by relevance
12
/development/ndk/sources/android/libportable/common/include/ |
D | log_portable.h | 88 ALOGE("%s: PERROR('%s'): errno:%d:'%s'", __func__, str, *REAL(__errno)(), strerror(errno)); \ 95 …rr, "%s: PERROR('%s'): errno:%d:'%s'", __func__, str, *REAL(__errno)(), strerror(*REAL(__errno)()))
|
/development/tools/yuv420sp2rgb/ |
D | yuv420sp2rgb.c | 232 infile, strerror(errno), errno); in convert() 237 outfile, strerror(errno), errno); in convert() 242 strerror(errno), errno); in convert() 247 strerror(errno), errno); in convert() 252 strerror(errno), errno); in convert() 257 strerror(errno), errno); in convert()
|
/development/ndk/platforms/android-3/include/ |
D | string.h | 66 extern char* strerror(int);
|
/development/ndk/sources/android/libportable/arch-mips/ |
D | errno.c | 360 extern char* REAL(strerror)(int); 361 char *WRAP(strerror)(int errnum) in WRAP() argument 363 return REAL(strerror)(errno_pton(errnum)); in WRAP()
|
/development/ndk/sources/android/native_app_glue/ |
D | android_native_app_glue.c | 259 LOGE("could not create pipe: %s", strerror(errno)); in android_app_create() 282 LOGE("Failure writing android_app cmd: %s\n", strerror(errno)); in android_app_write_cmd()
|
/development/tools/elftree/ |
D | elftree.c | 37 fprintf(stderr, ": %s\n", strerror(errsv)); in unix_err()
|
/development/ndk/platforms/android-L/include/ |
D | string.h | 68 extern char* strerror(int);
|
/development/ndk/platforms/android-18/arch-x86/symbols/ |
D | libc.so.functions.txt | 766 strerror
|
/development/ndk/platforms/android-17/arch-x86/symbols/ |
D | libc.so.functions.txt | 769 strerror
|
/development/ndk/platforms/android-14/arch-mips/symbols/ |
D | libc.so.functions.txt | 777 strerror
|
/development/ndk/platforms/android-14/arch-x86/symbols/ |
D | libc.so.functions.txt | 771 strerror
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
D | libc.so.functions.txt | 820 strerror
|
/development/ndk/platforms/android-12/arch-x86/symbols/ |
D | libc.so.functions.txt | 774 strerror
|
/development/ndk/platforms/android-19/arch-x86/symbols/ |
D | libc.so.functions.txt | 775 strerror
|
/development/ndk/platforms/android-19/arch-mips/symbols/ |
D | libc.so.functions.txt | 781 strerror
|
/development/ndk/platforms/android-12/arch-mips/symbols/ |
D | libc.so.functions.txt | 780 strerror
|
/development/ndk/platforms/android-17/arch-mips/symbols/ |
D | libc.so.functions.txt | 775 strerror
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libc.so.functions.txt | 789 strerror
|
/development/ndk/platforms/android-18/arch-mips/symbols/ |
D | libc.so.functions.txt | 772 strerror
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
D | libc.so.functions.txt | 795 strerror
|
/development/ndk/platforms/android-L/arch-mips64/symbols/ |
D | libc.so.functions.txt | 826 strerror
|
/development/ndk/platforms/android-L/arch-x86_64/symbols/ |
D | libc.so.functions.txt | 825 strerror
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
D | libc.so.functions.txt | 858 strerror
|
/development/ndk/platforms/android-L/arch-arm64/symbols/ |
D | libc.so.functions.txt | 825 strerror
|
/development/ndk/platforms/android-18/arch-arm/symbols/ |
D | libc.so.functions.txt | 904 strerror
|
12