Home
last modified time | relevance | path

Searched refs:IN_ONLYDIR (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dinotify_flags.h111 #if defined(IN_ONLYDIR) || (defined(HAVE_DECL_IN_ONLYDIR) && HAVE_DECL_IN_ONLYDIR)
113 static_assert((IN_ONLYDIR) == (0x01000000), "IN_ONLYDIR != 0x01000000");
116 # define IN_ONLYDIR 0x01000000
186 XLAT(IN_ONLYDIR),
Dinotify_flags.in16 IN_ONLYDIR 0x01000000
/external/kernel-headers/original/uapi/linux/
Dinotify.h53 #define IN_ONLYDIR 0x01000000 /* only watch the path if it is a directory */ macro
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h50 #define IN_ONLYDIR 0x01000000 /* only watch the path if it is a directory */ macro
/external/rust/crates/nix/src/sys/
Dinotify.rs63 IN_ONLYDIR;
/external/llvm-project/clang/lib/DirectoryWatcher/linux/
DDirectoryWatcher-linux.cpp339 IN_MOVED_FROM | IN_MOVE_SELF | IN_MOVED_TO | IN_ONLYDIR | IN_IGNORED in create()
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc302 IN_ONLYDIR); in AddWatch()
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2178 pub const IN_ONLYDIR: u32 = 0x0100_0000; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2525 pub const IN_ONLYDIR: u32 = 0x0100_0000; constant