| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/ |
| H A D | e2fsprogs-fix-missing-check-for-permission-denied.patch | 29 - } else if ((retval != ENOTDIR) && 30 + } else if ((retval != ENOTDIR) && (retval != EACCES) &&
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yaffsfs.c | 926 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 D | yportenv.h | 205 #ifndef ENOTDIR 206 #define ENOTDIR 20 macro
|
| H A D | yaffs_error.c | 37 { ENOTDIR , "ENOTDIR"},
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | errno.h | 356 #ifndef ENOTDIR 357 #define ENOTDIR 9970 macro
|
| H A D | __errc | 71 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 D | errno.h | 356 #ifndef ENOTDIR 357 #define ENOTDIR 9970 macro
|
| H A D | __errc | 71 not_a_directory, // ENOTDIR 176 not_a_directory = ENOTDIR,
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | error.c | 62 {"Not a directory", ENOTDIR}, 138 {"not a directory", ENOTDIR},
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | errno-base.h | 24 #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 D | errno-base.h | 24 #define ENOTDIR 20 /* Not a directory */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | errno-base.h | 24 #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 D | errno-base.h | 24 #define ENOTDIR 20 /* Not a directory */ macro
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4getroot.c | 33 ret = -ENOTDIR; in nfs4_get_rootfh()
|
| /OK3568_Linux_fs/kernel/security/keys/ |
| H A D | keyring.c | 913 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 D | persistent.c | 158 ret = -ENOTDIR; in keyctl_get_persistent()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | execvp.c | 98 case ENOTDIR: in execvp_noalloc()
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | errno.h | 23 #define ENOTDIR 20 /* Not a directory */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/ |
| H A D | errno.h | 52 #define ENOTDIR 20 /* Not a directory */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/ |
| H A D | errno.h | 52 #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 D | error_constants.h | 111 not_a_directory = ENOTDIR, in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/security/integrity/ |
| H A D | digsig_asymmetric.c | 69 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 D | error_constants.h | 111 not_a_directory = ENOTDIR, in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | misc.c | 76 case UAENOTDIR: return -ENOTDIR; in afs_abort_to_error()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/ |
| H A D | DirUtil.c | 44 errno = ENOTDIR; in getPathDirStatus()
|