Home
last modified time | relevance | path

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

/external/strace/xlat/
Dinotify_flags.h47 #if !(defined(IN_ONLYDIR) || (defined(HAVE_DECL_IN_ONLYDIR) && HAVE_DECL_IN_ONLYDIR))
48 # define IN_ONLYDIR 0x01000000 macro
89 XLAT(IN_ONLYDIR),
Dinotify_flags.in16 IN_ONLYDIR 0x01000000
/external/kernel-headers/original/uapi/linux/
Dinotify.h52 #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/libchrome/base/files/
Dfile_path_watcher_linux.cc303 IN_ONLYDIR); in AddWatch()