Searched refs:IN_CREATE (Results 1 – 18 of 18) sorted by relevance
/external/strace/xlat/ |
D | inotify_flags.h | 62 #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),
|
D | inotify_flags.in | 9 IN_CREATE 0x00000100
|
/external/kernel-headers/original/uapi/linux/ |
D | inotify.h | 38 #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/ |
D | inotify.h | 35 #define IN_CREATE 0x00000100 /* Subfile was created */ macro 63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
|
/external/musl/include/sys/ |
D | inotify.h | 30 #define IN_CREATE 0x00000100 macro
|
/external/rust/crates/nix/test/sys/ |
D | test_inotify.rs | 49 assert_eq!(events[0].mask, AddWatchFlags::IN_CREATE); in test_inotify_multi_events()
|
/external/ltp/testcases/kernel/syscalls/inotify/ |
D | README | 28 creat file IN_CREATE
|
D | inotify02.c | 74 event_set[test_cnt].mask = IN_CREATE; in verify_inotify()
|
/external/rust/crates/nix/src/sys/ |
D | inotify.rs | 58 IN_CREATE;
|
/external/libchrome/base/files/ |
D | file_path_watcher_linux.cc | 300 IN_ATTRIB | IN_CREATE | IN_DELETE | in AddWatch() 338 event->mask & (IN_CREATE | IN_MOVED_TO), in OnInotifyEvent()
|
/external/selinux/restorecond/ |
D | watch.c | 92 ptr->wd = inotify_add_watch(fd, dir, IN_CREATE | IN_MOVED_TO); in watch_list_add()
|
/external/cronet/base/files/ |
D | file_path_watcher_inotify.cc | 344 IN_ATTRIB | IN_CREATE | IN_DELETE | IN_CLOSE_WRITE | in AddWatch() 397 event->mask & (IN_CREATE | IN_MOVED_TO), in OnInotifyEvent()
|
/external/iproute2/ip/ |
D | ipnetns.c | 745 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/ |
D | log_config.c | 366 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/ |
D | hiddevice.cpp | 830 wd = inotify_add_watch(notifyFd, "/dev", IN_CREATE); in RebindDriver()
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2620 pub const IN_CREATE: u32 = 0x0000_0100; constant 2645 | IN_CREATE
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3059 pub const IN_CREATE: u32 = 0x0000_0100; constant 3128 | IN_CREATE
|
/external/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1445 pub const IN_CREATE: u32 = 0x00000100; constant
|