Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dinotify_flags.h62 #if defined(IN_CREATE) || (defined(HAVE_DECL_IN_CREATE) && HAVE_DECL_IN_CREATE)
64 static_assert((IN_CREATE) == (0x00000100), "IN_CREATE != 0x00000100");
67 # define IN_CREATE 0x00000100
179 XLAT(IN_CREATE),
Dinotify_flags.in9 IN_CREATE 0x00000100
/external/kernel-headers/original/uapi/linux/
Dinotify.h38 #define IN_CREATE 0x00000100 /* Subfile was created */ macro
68 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/adhd/cras/src/common/
Dcras_file_wait.c108 if ((event->mask & (IN_CREATE|IN_MOVED_TO)) != 0) in cras_file_wait_process_event()
228 flags = IN_CREATE|IN_MOVED_TO|IN_DELETE|IN_MOVED_FROM; in cras_file_wait_dispatch()
/external/ltp/testcases/kernel/syscalls/inotify/
DREADME28 creat file IN_CREATE
Dinotify02.c93 event_set[test_cnt].mask = IN_CREATE; in verify_inotify()
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc300 IN_ATTRIB | IN_CREATE | IN_DELETE | in AddWatch()
338 event->mask & (IN_CREATE | IN_MOVED_TO), in OnInotifyEvent()
/external/selinux/restorecond/
Dwatch.c92 ptr->wd = inotify_add_watch(fd, dir, IN_CREATE | IN_MOVED_TO); in watch_list_add()
/external/iproute2/ip/
Dipnetns.c745 if (inotify_add_watch(fd, NETNS_RUN_DIR, IN_CREATE | IN_DELETE) < 0) { in netns_monitor()
761 if (event->mask & IN_CREATE) in netns_monitor()
/external/syzkaller/sys/linux/
Dsys_386.const183 IN_CREATE = 256
Dsys_amd64.const183 IN_CREATE = 256
Dsys_ppc64le.const183 IN_CREATE = 256
Dsys_arm.const183 IN_CREATE = 256
Dsys_arm64.const183 IN_CREATE = 256
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go566 IN_CREATE = 0x100 const
Dzerrors_linux_mips64le.go697 IN_CREATE = 0x100 const
Dzerrors_linux_ppc64.go697 IN_CREATE = 0x100 const
Dzerrors_linux_arm.go697 IN_CREATE = 0x100 const
Dzerrors_linux_mips64.go697 IN_CREATE = 0x100 const
Dzerrors_linux_ppc64le.go697 IN_CREATE = 0x100 const
Dzerrors_linux_arm64.go700 IN_CREATE = 0x100 const
Dzerrors_linux_386.go698 IN_CREATE = 0x100 const
Dzerrors_linux_mips.go697 IN_CREATE = 0x100 const
Dzerrors_linux_s390x.go697 IN_CREATE = 0x100 const

12