Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/common/include/
Derrno_portable.h123 #define EKEYEXPIRED_PORTABLE 127 macro
/development/ndk/sources/android/libportable/arch-mips/
Derrno.c124 case EKEYEXPIRED: return EKEYEXPIRED_PORTABLE; in errno_ntop()
227 case EKEYEXPIRED_PORTABLE: return EKEYEXPIRED; in errno_pton()