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

  /external/libcxx/src/include/
config_elast.h 22 #define _LIBCPP_ELAST ELAST
24 #define _LIBCPP_ELAST __ELASTERROR
26 // No _LIBCPP_ELAST needed on Fuchsia
28 #define _LIBCPP_ELAST 4095
30 // No _LIBCPP_ELAST needed on Apple
32 #define _LIBCPP_ELAST ESTALE
34 #define _LIBCPP_ELAST (_sys_nerr - 1)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/include/
config_elast.h 20 #define _LIBCPP_ELAST ELAST
22 #define _LIBCPP_ELAST __ELASTERROR
24 #define _LIBCPP_ELAST 4095
26 // No _LIBCPP_ELAST needed on Apple
28 #define _LIBCPP_ELAST ESTALE
30 #define _LIBCPP_ELAST _sys_nerr

Completed in 219 milliseconds