Home
last modified time | relevance | path

Searched refs:IN_ISDIR (Results 1 – 20 of 20) sorted by relevance

/external/strace/xlat/
Dinotify_flags.h146 #if defined(IN_ISDIR) || (defined(HAVE_DECL_IN_ISDIR) && HAVE_DECL_IN_ISDIR)
148 static_assert((IN_ISDIR) == (0x40000000), "IN_ISDIR != 0x40000000");
151 # define IN_ISDIR 0x40000000
191 XLAT(IN_ISDIR),
Dinotify_flags.in21 IN_ISDIR 0x40000000
/external/kernel-headers/original/uapi/linux/
Dinotify.h58 #define IN_ISDIR 0x40000000 /* event occurred against dir */ macro
/external/ltp/testcases/kernel/syscalls/inotify/
DREADME27 chmod IN_ISDIR | IN_ATTRIB
Dinotify07.c96 event_set[test_cnt].mask = IN_ISDIR | IN_ATTRIB; in verify_inotify()
Dinotify02.c84 event_set[test_cnt].mask = IN_ISDIR | IN_ATTRIB; in verify_inotify()
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h53 #define IN_ISDIR 0x40000000 /* event occurred against dir */ macro
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc340 event->mask & IN_ISDIR); in OnInotifyEvent()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go572 IN_ISDIR = 0x40000000 const
Dzerrors_linux_mipsle.go703 IN_ISDIR = 0x40000000 const
Dzerrors_linux_s390x.go703 IN_ISDIR = 0x40000000 const
Dzerrors_linux_arm.go703 IN_ISDIR = 0x40000000 const
Dzerrors_linux_ppc64le.go703 IN_ISDIR = 0x40000000 const
Dzerrors_linux_mips64.go703 IN_ISDIR = 0x40000000 const
Dzerrors_linux_ppc64.go703 IN_ISDIR = 0x40000000 const
Dzerrors_linux_amd64.go704 IN_ISDIR = 0x40000000 const
Dzerrors_linux_mips64le.go703 IN_ISDIR = 0x40000000 const
Dzerrors_linux_386.go704 IN_ISDIR = 0x40000000 const
Dzerrors_linux_mips.go703 IN_ISDIR = 0x40000000 const
Dzerrors_linux_arm64.go706 IN_ISDIR = 0x40000000 const