Searched defs:EEXIST (Results 1 - 5 of 5) sorted by relevance

/external/kernel-headers/original/asm-generic/
H A Derrno-base.h20 #define EEXIST 17 /* File exists */ macro
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h103 #ifndef EEXIST
104 #define EEXIST 17 macro
/external/dbus/dbus/
H A Ddbus-sysdeps-wince-glue.h62 #define EEXIST ERROR_FILE_EXISTS macro
/external/llvm/include/llvm/Support/
H A Dsystem_error.h143 file_exists, // EEXIST
292 # ifndef EEXIST
293 # define EEXIST 17 macro
511 file_exists = EEXIST,
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java79 public static final int EEXIST = placeholder(); field in class:OsConstants
533 if (errno == EEXIST) {
534 return "EEXIST";

Completed in 1379 milliseconds