Home
last modified time | relevance | path

Searched refs:ENOTRECOVERABLE (Results 1 – 7 of 7) sorted by relevance

/development/ndk/platforms/android-L/include/asm-generic/
Derrno.h142 #define ENOTRECOVERABLE 131 macro
/development/ndk/platforms/android-3/include/asm-generic/
Derrno.h117 #define ENOTRECOVERABLE 131 macro
/development/ndk/platforms/android-9/arch-mips/include/asm/
Derrno.h144 #define ENOTRECOVERABLE 166 macro
/development/ndk/platforms/android-L/arch-mips64/include/asm/
Derrno.h144 #define ENOTRECOVERABLE 166 macro
/development/ndk/platforms/android-L/arch-mips/include/asm/
Derrno.h144 #define ENOTRECOVERABLE 166 macro
/development/ndk/sources/android/libportable/arch-mips/
Derrno.c128 case ENOTRECOVERABLE: return ENOTRECOVERABLE_PORTABLE; in errno_ntop()
231 case ENOTRECOVERABLE_PORTABLE: return ENOTRECOVERABLE; in errno_pton()
/development/ndk/platforms/android-3/include/sys/
D_errdefs.h167 __BIONIC_ERRDEF( ENOTRECOVERABLE, 131, "State not recoverable" )