Home
last modified time | relevance | path

Searched refs:IN_ISDIR (Results 1 – 10 of 10) 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.c74 event_set[test_cnt].mask = IN_ISDIR | IN_ATTRIB; in verify_inotify()
Dinotify02.c65 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/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1959 pub const IN_ISDIR: u32 = 0x4000_0000; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2269 pub const IN_ISDIR: u32 = 0x4000_0000; constant