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

1 2 3 4 5 6 7 8 91011

  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 40 #define ENOTDIR 20
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 24 #define ENOTDIR 20 /* Not a directory */
  /external/python/cpython3/PC/
generrmap.c 21 errno = ENOTDIR;
  /external/syslinux/dos/
errno.h 23 #define ENOTDIR 20 /* Not a directory */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno-base.h 23 #define ENOTDIR 20 /* Not a directory */
  /system/core/libnativebridge/tests/
CodeCacheStatFail_test.cpp 35 ASSERT_EQ(ENOTDIR, errno);
  /external/ltp/testcases/kernel/syscalls/readlinkat/
readlinkat02.c 25 * 3. The component of the path prefix is not a directory, ENOTDIR should be
28 * other than a directory, ENOTDIR should be returned.
54 {&file_fd, SYMLINK_FILE, BUFF_SIZE, ENOTDIR},
55 {&dir_fd, "test_file/test_file", BUFF_SIZE, ENOTDIR},
  /external/ltp/testcases/kernel/syscalls/sysctl/
sysctl04.c 25 * Testcase to check that sysctl(2) sets errno to ENOTDIR
28 * 1. Call sysctl(2) with sc_nlen set to 0, and expect ENOTDIR to be set.
30 * ENOTDIR to be set in the errno.
81 0, ENOTDIR},
84 CTL_MAXNAME + 1, ENOTDIR}
  /system/core/adb/sysdeps/
stat_test.cpp 59 ASSERT_EQ(ENOTDIR, errno);
63 ASSERT_EQ(ENOTDIR, errno);
  /external/libusb/msvc/
errno.h 44 #define ENOTDIR 20 /* Not a directory */
  /frameworks/base/libs/androidfw/
misc.cpp 41 if (errno == ENOENT || errno == ENOTDIR)
  /system/core/adb/sysdeps/win32/
stat.cpp 59 errno = ENOTDIR;
  /external/libcxx/include/
errno.h 356 #ifndef ENOTDIR
357 #define ENOTDIR 9970
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 93 ENOTDIR, "ENOTDIR", ENOTDIR}, {
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 114 static final int ENOTDIR = OsConstants.ENOTDIR;
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 356 #ifndef ENOTDIR
357 #define ENOTDIR 9970
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 356 #ifndef ENOTDIR
357 #define ENOTDIR 9970
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 356 #ifndef ENOTDIR
357 #define ENOTDIR 9970
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
errno.h 356 #ifndef ENOTDIR
357 #define ENOTDIR 9970
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
errno.h 356 #ifndef ENOTDIR
357 #define ENOTDIR 9970
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
errno.h 356 #ifndef ENOTDIR
357 #define ENOTDIR 9970
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
errno.h 356 #ifndef ENOTDIR
357 #define ENOTDIR 9970
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 356 #ifndef ENOTDIR
357 #define ENOTDIR 9970
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
errno.h 356 #ifndef ENOTDIR
357 #define ENOTDIR 9970
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
errno.h 356 #ifndef ENOTDIR
357 #define ENOTDIR 9970

Completed in 886 milliseconds

1 2 3 4 5 6 7 8 91011