Searched refs:EISDIR (Results 1 - 15 of 15) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgioerror.c69 #ifdef EISDIR
70 case EISDIR:
/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/llvm/include/llvm/Support/
H A Dsystem_error.h155 is_a_directory, // EISDIR
328 # ifndef EISDIR
329 # define EISDIR 21 macro
534 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/bluetooth/glib/glib/
H A Dgfileutils.c351 #ifdef EISDIR
352 case EISDIR:
H A Dgiochannel.c672 #ifdef EISDIR
673 case EISDIR:
H A Dgstrfuncs.c1096 #ifdef EISDIR
1097 case EISDIR: return "is a directory";
/external/valgrind/main/include/vki/
H A Dvki-darwin.h542 #define VKI_EISDIR EISDIR
/external/libxml2/
H A DxmlIO.c167 "Is a directory", /* EISDIR */
317 #ifdef EISDIR
318 else if (errno == EISDIR) code = XML_IO_EISDIR;
/external/mksh/src/
H A Dexec.c1035 err = S_ISDIR(statb.st_mode) ? EISDIR : EACCES;
/external/sqlite/dist/
H A Dsqlite3.c.orig27685 if( fd<0 && errno!=EISDIR && isReadWrite && !isExclusive ){
[all...]
H A Dsqlite3.c27692 if( fd<0 && errno!=EISDIR && isReadWrite && !isExclusive ){
[all...]

Completed in 507 milliseconds