Home
last modified time | relevance | path

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

/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/musl/include/sys/
Dinotify.h30 #define IN_CREATE 0x00000100 macro
/external/rust/crates/nix/test/sys/
Dtest_inotify.rs49 assert_eq!(events[0].mask, AddWatchFlags::IN_CREATE); in test_inotify_multi_events()
/external/ltp/testcases/kernel/syscalls/inotify/
DREADME28 creat file IN_CREATE
Dinotify02.c74 event_set[test_cnt].mask = IN_CREATE; in verify_inotify()
/external/rust/crates/nix/src/sys/
Dinotify.rs58 IN_CREATE;
/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/cronet/base/files/
Dfile_path_watcher_inotify.cc344 IN_ATTRIB | IN_CREATE | IN_DELETE | IN_CLOSE_WRITE | in AddWatch()
397 event->mask & (IN_CREATE | IN_MOVED_TO), in OnInotifyEvent()
/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/fastrpc/src/
Dlog_config.c366 if ( (event->mask & IN_CREATE) || (event->mask & IN_MODIFY)) { in file_watcher_thread()
527 log_config_watcher[dom].paths[i].data, IN_CREATE | IN_DELETE)) < 0) { in initFileWatcher()
/external/rmi4utils/rmidevice/
Dhiddevice.cpp830 wd = inotify_add_watch(notifyFd, "/dev", IN_CREATE); in RebindDriver()
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2620 pub const IN_CREATE: u32 = 0x0000_0100; constant
2645 | IN_CREATE
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3059 pub const IN_CREATE: u32 = 0x0000_0100; constant
3128 | IN_CREATE
/external/rust/crates/libc/src/unix/nto/
Dmod.rs1445 pub const IN_CREATE: u32 = 0x00000100; constant