HomeSort by relevance Sort by last modified time
    Searched defs:ENOLINK (Results 51 - 54 of 54) sorted by null

1 23

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm-generic/
errno.h 51 #define ENOLINK 67
  /external/llvm/include/llvm/Support/
system_error.h 162 no_link, // ENOLINK
349 # ifndef ENOLINK
350 # define ENOLINK 121
530 #ifdef ENOLINK
531 no_link = ENOLINK,
  /external/okhttp/src/main/java/libcore/io/
OsConstants.java 107 public static final int ENOLINK = placeholder();
617 if (errno == ENOLINK) {
618 return "ENOLINK";
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 107 public static final int ENOLINK = placeholder();
618 if (errno == ENOLINK) {
619 return "ENOLINK";

Completed in 527 milliseconds

1 23