HomeSort by relevance Sort by last modified time
    Searched refs:EISDIR (Results 126 - 150 of 205) sorted by null

1 2 3 4 56 7 8 9

  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 472 // Posix open(2) fails with EISDIR only if you ask for write permission.
475 throw new ErrnoException("open", EISDIR);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
macerrors.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macerrors.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c 764 errno = EISDIR;
776 errno = EISDIR;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c 756 errno = EISDIR;
768 errno = EISDIR;
    [all...]
  /external/libxml2/
xmlIO.c 151 "Is a directory", /* EISDIR */
301 #ifdef EISDIR
302 else if (errno == EISDIR) code = XML_IO_EISDIR;
    [all...]
  /external/python/cpython2/Python/
bltinmodule.c 775 errno = EISDIR;
787 errno = EISDIR;
    [all...]
  /external/python/cpython3/Lib/
_pyio.py     [all...]
  /external/libcups/cups/
file.c     [all...]
  /external/python/cpython2/Lib/plat-sunos5/
STROPTS.py 967 EISDIR = 21
    [all...]
  /external/valgrind/include/vki/
vki-solaris.h 458 #define VKI_EISDIR EISDIR
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 166 initConstant(env, c, "EISDIR", EISDIR);
    [all...]
  /external/mksh/src/
exec.c 1299 return (S_ISDIR(sb.st_mode) ? EISDIR : EACCES);
    [all...]
  /system/core/fastboot/
fastboot.cpp     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]

Completed in 862 milliseconds

1 2 3 4 56 7 8 9