HomeSort by relevance Sort by last modified time
    Searched refs:EKEYREJECTED_PORTABLE (Results 1 - 2 of 2) sorted by null

  /development/ndk/sources/android/libportable/common/include/
errno_portable.h 125 #define EKEYREJECTED_PORTABLE 129
  /development/ndk/sources/android/libportable/arch-mips/
errno.c 126 case EKEYREJECTED: return EKEYREJECTED_PORTABLE;
229 case EKEYREJECTED_PORTABLE: return EKEYREJECTED;

Completed in 21 milliseconds