Home
last modified time | relevance | path

Searched refs:ENOTRECOVERABLE_PORTABLE (Results 1 – 2 of 2) sorted by relevance

/development/ndk/sources/android/libportable/common/include/
Derrno_portable.h128 #define ENOTRECOVERABLE_PORTABLE 131 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()