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

1 2 3 4 5 6 7 8 9

  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 41 #define EISDIR 21
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 25 #define EISDIR 21 /* Is a directory */
  /external/syslinux/dos/
errno.h 24 #define EISDIR 21 /* Is a directory */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno-base.h 24 #define EISDIR 21 /* Is a directory */
  /external/ltp/testcases/kernel/syscalls/pread/
pread03.c 30 * 1) pread() should return -1 and set errno to EISDIR.
113 test_desc = "EISDIR";
123 TEST_RETURN, EISDIR);
129 if (TEST_ERRNO == EISDIR) {
131 "pread() fails with expected error EISDIR errno:%d",
136 TEST_ERRNO, EISDIR);
  /toolchain/binutils/binutils-2.27/libiberty/
mkstemps.c 133 #ifdef EISDIR
134 && errno != EISDIR
  /external/libusb/msvc/
errno.h 45 #define EISDIR 21 /* Is a directory */
  /external/ltp/testcases/kernel/syscalls/open/
open11.c 36 * 7. Open dir O_RDWR, expect EISDIR
45 * 16. Open sym link dir O_WRONLY, expect EISDIR
46 * 17. Open sym link dir O_RDWR, expect EISDIR
54 * 25. Open symlink dir O_RDONLY | O_CREAT, expect EISDIR
55 * 26. Open dir O_RDONLY | O_CREAT, expect EISDIR
153 .desc = "Open dir O_RDWR, expect EISDIR",
157 .err = EISDIR,
222 .desc = "Open sym link dir O_WRONLY, expect EISDIR",
226 .err = EISDIR,
229 .desc = "Open sym link dir O_RDWR, expect EISDIR",
    [all...]
  /external/libcxx/include/
errno.h 324 #ifndef EISDIR
325 #define EISDIR 9962
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 56 EISDIR, "EISDIR", EISDIR}, {
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 120 static final int EISDIR = OsConstants.EISDIR;
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 324 #ifndef EISDIR
325 #define EISDIR 9962
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 324 #ifndef EISDIR
325 #define EISDIR 9962
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 324 #ifndef EISDIR
325 #define EISDIR 9962
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
errno.h 324 #ifndef EISDIR
325 #define EISDIR 9962
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
errno.h 324 #ifndef EISDIR
325 #define EISDIR 9962
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
errno.h 324 #ifndef EISDIR
325 #define EISDIR 9962
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
errno.h 324 #ifndef EISDIR
325 #define EISDIR 9962
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 324 #ifndef EISDIR
325 #define EISDIR 9962
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
errno.h 324 #ifndef EISDIR
325 #define EISDIR 9962
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
errno.h 324 #ifndef EISDIR
325 #define EISDIR 9962
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
errno.h 324 #ifndef EISDIR
325 #define EISDIR 9962
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
errno.h 324 #ifndef EISDIR
325 #define EISDIR 9962
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
errno.h 324 #ifndef EISDIR
325 #define EISDIR 9962
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
errno.h 324 #ifndef EISDIR
325 #define EISDIR 9962

Completed in 909 milliseconds

1 2 3 4 5 6 7 8 9