Home
last modified time | relevance | path

Searched refs:IN_DELETE (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
Dinotify_flags.h69 #if defined(IN_DELETE) || (defined(HAVE_DECL_IN_DELETE) && HAVE_DECL_IN_DELETE)
71 static_assert((IN_DELETE) == (0x00000200), "IN_DELETE != 0x00000200");
74 # define IN_DELETE 0x00000200
180 XLAT(IN_DELETE),
Dinotify_flags.in10 IN_DELETE 0x00000200
/external/kernel-headers/original/uapi/linux/
Dinotify.h39 #define IN_DELETE 0x00000200 /* Subfile was deleted */ macro
68 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h36 #define IN_DELETE 0x00000200 /* Subfile was deleted */ macro
63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/external/adhd/cras/src/common/
Dcras_file_wait.c111 else if ((event->mask & (IN_DELETE | IN_MOVED_FROM)) != 0) in cras_file_wait_process_event()
232 flags = IN_CREATE | IN_MOVED_TO | IN_DELETE | IN_MOVED_FROM; in cras_file_wait_dispatch()
/external/ltp/testcases/kernel/syscalls/inotify/
DREADME34 unlink file IN_DELETE
Dinotify02.c106 event_set[test_cnt].mask = IN_DELETE; in verify_inotify()
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc300 IN_ATTRIB | IN_CREATE | IN_DELETE | in AddWatch()
339 event->mask & (IN_DELETE | IN_MOVED_FROM), in OnInotifyEvent()
/external/iproute2/ip/
Dipnetns.c745 if (inotify_add_watch(fd, NETNS_RUN_DIR, IN_CREATE | IN_DELETE) < 0) { in netns_monitor()
763 if (event->mask & IN_DELETE) in netns_monitor()
/external/fastrpc/src/
Dlog_config.c372 else if ( event->mask & IN_DELETE ) { in file_watcher_thread()
527 log_config_watcher[dom].paths[i].data, IN_CREATE | IN_DELETE)) < 0) { in initFileWatcher()
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1947 pub const IN_DELETE: u32 = 0x0000_0200; constant
1970 | IN_DELETE
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2257 pub const IN_DELETE: u32 = 0x0000_0200; constant
2280 | IN_DELETE