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

  /development/ndk/sources/android/libportable/common/include/
errno_portable.h 29 #define ENAMETOOLONG_PORTABLE 36
  /development/ndk/sources/android/libportable/arch-mips/
errno.c 26 #if ENAMETOOLONG==ENAMETOOLONG_PORTABLE
33 case ENAMETOOLONG: return ENAMETOOLONG_PORTABLE;
136 case ENAMETOOLONG_PORTABLE: return ENAMETOOLONG;

Completed in 25 milliseconds