Home
last modified time | relevance | path

Searched refs:ENOTDIR (Results 1 – 25 of 150) sorted by relevance

123456

/external/ltp/testcases/kernel/syscalls/sysctl/
Dsysctl04.c45 {{CTL_KERN, KERN_OSREV}, 0, osname, &length, ENOTDIR},
46 {{CTL_KERN, KERN_OSREV}, CTL_MAXNAME + 1, osname, &length, ENOTDIR},
/external/ltp/testcases/kernel/syscalls/readlinkat/
Dreadlinkat02.c54 {&file_fd, SYMLINK_FILE, BUFF_SIZE, ENOTDIR},
55 {&dir_fd, "test_file/test_file", BUFF_SIZE, ENOTDIR},
/external/u-boot/fs/yaffs2/
Dyportenv.h205 #ifndef ENOTDIR
206 #define ENOTDIR 20 macro
Dyaffsfs.c926 yaffsfs_SetError(-ENOTDIR); in yaffs_open_sharing()
1328 yaffsfs_SetError(-ENOTDIR); in yaffs_truncate()
1443 yaffsfs_SetError(-ENOTDIR); in yaffsfs_DoUnlink()
1459 yaffsfs_SetError(-ENOTDIR); in yaffsfs_DoUnlink()
1532 yaffsfs_SetError(-ENOTDIR); in yaffs_rename()
1653 yaffsfs_SetError(-ENOTDIR); in yaffsfs_DoStatOrLStat()
1757 yaffsfs_SetError(-ENOTDIR); in yaffs_utime()
1822 yaffsfs_SetError(-ENOTDIR); in yaffs_do_setxattr()
1910 yaffsfs_SetError(-ENOTDIR); in yaffs_do_getxattr()
1994 yaffsfs_SetError(-ENOTDIR); in yaffs_do_listxattr()
[all …]
Dyaffs_error.c37 { ENOTDIR , "ENOTDIR"},
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c93 ENOTDIR, "ENOTDIR", ENOTDIR}, {
D4-1.c88 ENOTDIR, "ENOTDIR"}, {
/external/libcxx/include/
Derrno.h356 #ifndef ENOTDIR
357 #define ENOTDIR 9970 macro
D__errc71 not_a_directory, // ENOTDIR
176 not_a_directory = ENOTDIR,
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp241 #ifndef ENOTDIR
242 #error ENOTDIR not defined
/external/python/cpython3/PC/
Dgenerrmap.c21 errno = ENOTDIR; in main()
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h24 #define ENOTDIR 20 /* Not a directory */ macro
/external/ltp/testcases/kernel/syscalls/linkat/
Dlinkat01.c129 0, 0, ENOTDIR},
133 0, 0, ENOTDIR},
/external/libusb/msvc/
Derrno.h44 #define ENOTDIR 20 /* Not a directory */ macro
/external/ltp/testcases/kernel/syscalls/nftw/
Dlib64.c309 if (errno != ENOTDIR) { in test_ENOTDIR()
312 name, ENOTDIR, errno); in test_ENOTDIR()
Dlib.c309 if (errno != ENOTDIR) { in test_ENOTDIR()
312 name, ENOTDIR, errno); in test_ENOTDIR()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h382 # ifndef ENOTDIR
383 # define ENOTDIR 20 macro
564 not_a_directory = ENOTDIR,
/external/ltp/testcases/kernel/syscalls/unlink/
Dunlink07.c46 {"file/file", "path contains a regular file", ENOTDIR},
/external/google-breakpad/src/common/android/testing/
Dmkdtemp.h85 errno = ENOTDIR; in breakpad_mkdtemp()
/external/strace/tests-mx32/
Derrno2name.c330 #ifdef ENOTDIR in errno2name()
331 CASE(ENOTDIR); in errno2name()
/external/strace/tests-m32/
Derrno2name.c330 #ifdef ENOTDIR in errno2name()
331 CASE(ENOTDIR); in errno2name()
/external/strace/tests/
Derrno2name.c330 #ifdef ENOTDIR in errno2name()
331 CASE(ENOTDIR); in errno2name()
/external/ltp/testcases/kernel/syscalls/open/
Dopen08.c78 {&existing_fname, O_DIRECTORY, ENOTDIR},
/external/ltp/testcases/kernel/syscalls/rename/
Drename07.c93 if (TEST_ERRNO != ENOTDIR) { in main()
/external/ltp/testcases/kernel/syscalls/chroot/
Dchroot03.c75 fname, ENOTDIR},

123456