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

  /development/ndk/sources/android/libportable/common/include/
errno_portable.h 88 #define EPROTONOSUPPORT_PORTABLE 93
  /development/ndk/sources/android/libportable/arch-mips/
errno.c 90 case EPROTONOSUPPORT: return EPROTONOSUPPORT_PORTABLE;
193 case EPROTONOSUPPORT_PORTABLE: return EPROTONOSUPPORT;

Completed in 100 milliseconds