Home
last modified time | relevance | path

Searched refs:DN_MODIFY (Results 1 – 4 of 4) sorted by relevance

/external/strace/xlat/
Dnotifyflags.h14 #if defined(DN_MODIFY) || (defined(HAVE_DECL_DN_MODIFY) && HAVE_DECL_DN_MODIFY)
15 XLAT(DN_MODIFY),
Dnotifyflags.in2 DN_MODIFY
/external/kernel-headers/original/uapi/linux/
Dfcntl.h49 #define DN_MODIFY 0x00000002 /* File modified */ macro
/external/dbus/bus/
Ddir-watch-dnotify.c63 if (fcntl (fd, F_NOTIFY, DN_CREATE|DN_DELETE|DN_RENAME|DN_MODIFY) == -1) in bus_watch_directory()