Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgioerror.c69 #ifdef EISDIR in g_io_error_from_errno()
70 case EISDIR: in g_io_error_from_errno()
/external/yaffs2/yaffs2/direct/
Dyaffsfs.h111 #ifndef EISDIR
112 #define EISDIR 21 macro
Dyaffsfs.c726 yaffsfs_SetError(-EISDIR); in yaffsfs_DoUnlink()
/external/kernel-headers/original/asm-generic/
Derrno-base.h24 #define EISDIR 21 /* Is a directory */ macro
/external/llvm/include/llvm/Support/
Dsystem_error.h328 # ifndef EISDIR
329 # define EISDIR 21 macro
523 is_a_directory = EISDIR,
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dfilesystem_mock.py83 raise IOError(errno.EISDIR, source, os.strerror(errno.ISDIR))
85 raise IOError(errno.EISDIR, destination, os.strerror(errno.ISDIR))
/external/chromium/base/
Dplatform_file_posix.cc103 case EISDIR: in CreatePlatformFile()
/external/bluetooth/glib/glib/
Dgfileutils.c351 #ifdef EISDIR in g_file_error_from_errno()
352 case EISDIR: in g_file_error_from_errno()
Dgstrfuncs.c1096 #ifdef EISDIR in g_strerror()
1097 case EISDIR: return "is a directory"; in g_strerror()
Dgiochannel.c672 #ifdef EISDIR in g_io_channel_error_from_errno()
673 case EISDIR: in g_io_channel_error_from_errno()
/external/valgrind/main/include/vki/
Dvki-darwin.h542 #define VKI_EISDIR EISDIR
/external/libxml2/
DxmlIO.c320 #ifdef EISDIR in __xmlIOErr()
321 else if (errno == EISDIR) code = XML_IO_EISDIR; in __xmlIOErr()
/external/mksh/src/
Dexec.c1183 return (S_ISDIR(sb.st_mode) ? EISDIR : EACCES); in search_access()
/external/sqlite/dist/
Dsqlite3.c30164 if( fd<0 && errno!=EISDIR && isReadWrite && !isExclusive ){
/external/sqlite/dist/orig/
Dsqlite3.c30153 if( fd<0 && errno!=EISDIR && isReadWrite && !isExclusive ){