Home
last modified time | relevance | path

Searched refs:strerror (Results 1 – 25 of 34) sorted by relevance

12

/development/ndk/sources/android/libportable/common/include/
Dlog_portable.h88 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/
Dyuv420sp2rgb.c232 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/
Dstring.h66 extern char* strerror(int);
/development/ndk/sources/android/libportable/arch-mips/
Derrno.c360 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/
Dandroid_native_app_glue.c259 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/
Delftree.c37 fprintf(stderr, ": %s\n", strerror(errsv)); in unix_err()
/development/ndk/platforms/android-L/include/
Dstring.h68 extern char* strerror(int);
/development/ndk/platforms/android-18/arch-x86/symbols/
Dlibc.so.functions.txt766 strerror
/development/ndk/platforms/android-17/arch-x86/symbols/
Dlibc.so.functions.txt769 strerror
/development/ndk/platforms/android-14/arch-mips/symbols/
Dlibc.so.functions.txt777 strerror
/development/ndk/platforms/android-14/arch-x86/symbols/
Dlibc.so.functions.txt771 strerror
/development/ndk/platforms/android-3/arch-arm/symbols/
Dlibc.so.functions.txt820 strerror
/development/ndk/platforms/android-12/arch-x86/symbols/
Dlibc.so.functions.txt774 strerror
/development/ndk/platforms/android-19/arch-x86/symbols/
Dlibc.so.functions.txt775 strerror
/development/ndk/platforms/android-19/arch-mips/symbols/
Dlibc.so.functions.txt781 strerror
/development/ndk/platforms/android-12/arch-mips/symbols/
Dlibc.so.functions.txt780 strerror
/development/ndk/platforms/android-17/arch-mips/symbols/
Dlibc.so.functions.txt775 strerror
/development/ndk/platforms/android-9/arch-x86/symbols/
Dlibc.so.functions.txt789 strerror
/development/ndk/platforms/android-18/arch-mips/symbols/
Dlibc.so.functions.txt772 strerror
/development/ndk/platforms/android-9/arch-mips/symbols/
Dlibc.so.functions.txt795 strerror
/development/ndk/platforms/android-L/arch-mips64/symbols/
Dlibc.so.functions.txt826 strerror
/development/ndk/platforms/android-L/arch-x86_64/symbols/
Dlibc.so.functions.txt825 strerror
/development/ndk/platforms/android-5/arch-arm/symbols/
Dlibc.so.functions.txt858 strerror
/development/ndk/platforms/android-L/arch-arm64/symbols/
Dlibc.so.functions.txt825 strerror
/development/ndk/platforms/android-18/arch-arm/symbols/
Dlibc.so.functions.txt904 strerror

12