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

12 3 4 5 6 7 8 9

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
errno.h 324 #ifndef EISDIR
325 #define EISDIR 9962
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 72 #define EISDIR 21 /* Is a directory */
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
xs_wire.h 78 XSD_ERROR(EISDIR),
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
access.c 80 errno = (WantDir) ? ENOTDIR : EISDIR;
  /external/ltp/testcases/kernel/syscalls/readv/
readv03.c 36 * issue a PASS message if we get EISDIR - errno 21
94 if (errno != EISDIR) {
95 tst_resm(TFAIL, "expected errno = EISDIR, "
98 tst_resm(TPASS, "got EISDIR");
  /external/ltp/testcases/kernel/syscalls/rename/
rename05.c 25 * This test will verify that rename(2) fails with EISDIR
37 * verify rename() failed and returned EISDIR
110 if (errno != EISDIR) {
111 tst_resm(TFAIL, "Expected EISDIR got %d", TEST_ERRNO);
113 tst_resm(TPASS, "rename() returned EISDIR");
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
4-1.c 51 EISDIR, "EISDIR"}, {
3-1-buildonly.c 42 int dummy31 = EISDIR;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
error_constants.h 75 is_a_directory = EISDIR,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
error_constants.h 75 is_a_directory = EISDIR,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 44 #define EISDIR 21
  /bionic/tests/headers/posix/
errno_h.c 65 MACRO(EISDIR);
  /external/ltp/testcases/kernel/syscalls/open/
open08.c 23 * 2. EISDIR
34 * check for errno for EISDIR
82 {"/tmp", O_RDWR, EISDIR},
  /external/ltp/testcases/kernel/syscalls/preadv/
preadv02.c 37 * 7) preadv(2) should return -1 and set errno to EISDIR.
81 {&fd4, rd_iovec2, 1, 0, EISDIR},
  /external/ltp/testcases/kernel/syscalls/read/
read02.c 28 * set to EISDIR.
67 {&fd2, &bufaddr, 1, EISDIR},
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 29 EISDIR = 21
  /external/syslinux/com32/include/
errno.h 26 #define EISDIR 21 /* Is a directory */
  /system/core/adb/sysdeps/
errno.cpp 40 ERRNO_VALUE(EISDIR, 21); \
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 73 #define EISDIR __EISDIR /* 21 Is a directory */
  /external/ltp/testcases/kernel/syscalls/creat/
creat06.c 23 * 1. EISDIR
35 * EISDIR
90 {TEST_FILE, MODE1, EISDIR, NULL, NULL},
  /external/ltp/testcases/kernel/syscalls/unlink/
unlink08.c 147 "regdir", "directory", dir_setup, -1, EISDIR},
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 33 EISDIR = 21
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 99 #define EISDIR 21 /* Is a directory */
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 68 case EISDIR: // Is a directory
  /libcore/ojluni/src/main/native/
io_util_md.c 76 errno = EISDIR;

Completed in 392 milliseconds

12 3 4 5 6 7 8 9