Searched defs:EISDIR (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/asm-generic/
H A Derrno-base.h24 #define EISDIR 21 /* Is a directory */ macro
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h111 #ifndef EISDIR
112 #define EISDIR 21 macro
/external/llvm/include/llvm/Support/
H A Dsystem_error.h155 is_a_directory, // EISDIR
328 # ifndef EISDIR
329 # define EISDIR 21 macro
523 is_a_directory = EISDIR,
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java90 public static final int EISDIR = placeholder(); field in class:OsConstants
566 if (errno == EISDIR) {
567 return "EISDIR";

Completed in 740 milliseconds