Home
last modified time | relevance | path

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

/third_party/musl/ndk_musl_include/sys/
Dinotify.h40 #define IN_ONLYDIR 0x01000000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dinotify.h40 #define IN_ONLYDIR 0x01000000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dinotify.h40 #define IN_ONLYDIR 0x01000000 macro
/third_party/musl/include/sys/
Dinotify.h40 #define IN_ONLYDIR 0x01000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dinotify.h40 #define IN_ONLYDIR 0x01000000 macro
/third_party/glib/gio/inotify/
Dinotify-path.c43 #ifndef IN_ONLYDIR
44 #define IN_ONLYDIR 0 macro
264 wd = _ik_watch (sub->dirname, IP_INOTIFY_DIR_MASK|IN_ONLYDIR, &err); in _ip_start_watching()
/third_party/ltp/testcases/kernel/syscalls/utils/
Dinotify.h50 #define IN_ONLYDIR 0x01000000 /* only watch the path if it is a directory */ macro