Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/common/include/
Derrno_portable.h105 #define ETIMEDOUT_PORTABLE 110 macro
/development/ndk/sources/android/libportable/arch-mips/
Derrno.c107 case ETIMEDOUT: return ETIMEDOUT_PORTABLE; in errno_ntop()
210 case ETIMEDOUT_PORTABLE: return ETIMEDOUT; in errno_pton()