Searched refs:EISDIR (Results 1 - 14 of 14) 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
H A Dyaffsfs.c726 yaffsfs_SetError(-EISDIR);
/external/bison/lib/
H A Dfopen.c69 fails with errno = EISDIR in this case.
82 errno = EISDIR;
H A Dopen.c101 fails with errno = EISDIR in this case.
112 errno = EISDIR;
/external/llvm/include/llvm/Support/
H A Dsystem_error.h157 is_a_directory, // EISDIR
330 # ifndef EISDIR
331 # define EISDIR 21 macro
525 is_a_directory = EISDIR,
/external/chromium/base/
H A Dplatform_file_posix.cc103 case EISDIR:
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem_mock.py83 raise IOError(errno.EISDIR, source, os.strerror(errno.ISDIR))
85 raise IOError(errno.EISDIR, destination, os.strerror(errno.ISDIR))
/external/valgrind/main/include/vki/
H A Dvki-darwin.h542 #define VKI_EISDIR EISDIR
/external/libxml2/
H A DxmlIO.c170 "Is a directory", /* EISDIR */
320 #ifdef EISDIR
321 else if (errno == EISDIR) code = XML_IO_EISDIR;
/external/mksh/src/
H A Dexec.c1195 return (S_ISDIR(sb.st_mode) ? EISDIR : EACCES);
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 1065 milliseconds