Home
last modified time | relevance | path

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

/external/strace/xlat/
Dinotify_flags.h26 #if !(defined(IN_CREATE) || (defined(HAVE_DECL_IN_CREATE) && HAVE_DECL_IN_CREATE))
27 # define IN_CREATE 0x00000100 macro
82 XLAT(IN_CREATE),
Dinotify_flags.in9 IN_CREATE 0x00000100
/external/kernel-headers/original/uapi/linux/
Dinotify.h37 #define IN_CREATE 0x00000100 /* Subfile was created */ macro
66 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h35 #define IN_CREATE 0x00000100 /* Subfile was created */ macro
63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/external/ltp/testcases/kernel/syscalls/inotify/
DREADME28 creat file IN_CREATE
Dinotify02.c109 event_set[tst_count].mask = IN_CREATE; in main()
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc301 IN_ATTRIB | IN_CREATE | IN_DELETE | in AddWatch()
339 event->mask & (IN_CREATE | IN_MOVED_TO), in OnInotifyEvent()
/external/selinux/restorecond/
Dwatch.c84 ptr->wd = inotify_add_watch(fd, dir, IN_CREATE | IN_MOVED_TO); in watch_list_add()
/external/iproute2/ip/
Dipnetns.c750 if (inotify_add_watch(fd, NETNS_RUN_DIR, IN_CREATE | IN_DELETE) < 0) { in netns_monitor()
765 if (event->mask & IN_CREATE) in netns_monitor()