Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A De2fsprogs-fix-missing-check-for-permission-denied.patch29 - } else if ((retval != ENOTDIR) &&
30 + } else if ((retval != ENOTDIR) && (retval != EACCES) &&
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A 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 …]
H A Dyportenv.h205 #ifndef ENOTDIR
206 #define ENOTDIR 20 macro
H A Dyaffs_error.c37 { ENOTDIR , "ENOTDIR"},
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Derrno.h356 #ifndef ENOTDIR
357 #define ENOTDIR 9970 macro
H A D__errc71 not_a_directory, // ENOTDIR
176 not_a_directory = ENOTDIR,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Derrno.h356 #ifndef ENOTDIR
357 #define ENOTDIR 9970 macro
H A D__errc71 not_a_directory, // ENOTDIR
176 not_a_directory = ENOTDIR,
/OK3568_Linux_fs/kernel/net/9p/
H A Derror.c62 {"Not a directory", ENOTDIR},
138 {"not a directory", ENOTDIR},
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Derrno-base.h24 #define ENOTDIR 20 /* Not a directory */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Derrno-base.h24 #define ENOTDIR 20 /* Not a directory */ macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Derrno-base.h24 #define ENOTDIR 20 /* Not a directory */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Derrno-base.h24 #define ENOTDIR 20 /* Not a directory */ macro
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4getroot.c33 ret = -ENOTDIR; in nfs4_get_rootfh()
/OK3568_Linux_fs/kernel/security/keys/
H A Dkeyring.c913 return ERR_PTR(-ENOTDIR); in keyring_search_rcu()
1033 return -ENOTDIR; in keyring_restrict()
1242 return -ENOTDIR; in __key_link_lock()
1266 return -ENOTDIR; in __key_move_lock()
1475 return -ENOTDIR; in __key_unlink_lock()
1653 return -ENOTDIR; in keyring_clear()
H A Dpersistent.c158 ret = -ENOTDIR; in keyctl_get_persistent()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dexecvp.c98 case ENOTDIR: in execvp_noalloc()
/OK3568_Linux_fs/u-boot/include/linux/
H A Derrno.h23 #define ENOTDIR 20 /* Not a directory */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Derrno.h52 #define ENOTDIR 20 /* Not a directory */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Derrno.h52 #define ENOTDIR 20 /* Not a directory */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/
H A Derror_constants.h111 not_a_directory = ENOTDIR, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/security/integrity/
H A Ddigsig_asymmetric.c69 case -ENOTDIR: in request_asymmetric_key()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/
H A Derror_constants.h111 not_a_directory = ENOTDIR, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/fs/afs/
H A Dmisc.c76 case UAENOTDIR: return -ENOTDIR; in afs_abort_to_error()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DDirUtil.c44 errno = ENOTDIR; in getPathDirStatus()

12345