Searched refs:IN_MODIFY (Results 1 – 18 of 18) sorted by relevance
/external/strace/xlat/ |
D | inotify_flags.h | 13 #if defined(IN_MODIFY) || (defined(HAVE_DECL_IN_MODIFY) && HAVE_DECL_IN_MODIFY) 15 static_assert((IN_MODIFY) == (0x00000002), "IN_MODIFY != 0x00000002"); 18 # define IN_MODIFY 0x00000002 172 XLAT(IN_MODIFY),
|
D | inotify_flags.in | 2 IN_MODIFY 0x00000002
|
/external/kernel-headers/original/uapi/linux/ |
D | inotify.h | 31 #define IN_MODIFY 0x00000002 /* File was modified */ macro 66 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 28 #define IN_MODIFY 0x00000002 /* File was modified */ macro 61 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
|
/external/llvm-project/clang/lib/DirectoryWatcher/linux/ |
D | DirectoryWatcher-linux.cpp | 247 if (Event->mask & (IN_CREATE | IN_MODIFY | IN_MOVED_TO | IN_DELETE) && in InotifyPollingLoop() 254 if (Event->mask & (IN_CREATE | IN_MOVED_TO | IN_MODIFY)) { in InotifyPollingLoop() 338 IN_CREATE | IN_DELETE | IN_DELETE_SELF | IN_MODIFY | in create()
|
/external/ltp/testcases/kernel/syscalls/inotify/ |
D | inotify09.c | 79 wd = SAFE_MYINOTIFY_ADD_WATCH(inotify_fd, FNAME, IN_MODIFY); in verify_inotify()
|
D | inotify06.c | 79 myinotify_add_watch(inotify_fd, names[i], IN_MODIFY); in verify_inotify()
|
D | README | 19 write IN_MODIFY
|
D | inotify05.c | 81 event->mask != IN_MODIFY && in verify_inotify()
|
D | inotify01.c | 84 event_set[test_cnt] = IN_MODIFY; in verify_inotify()
|
/external/selinux/restorecond/ |
D | utmpwatcher.c | 71 inotify_add_watch(inotify_fd, utmp_path, IN_MOVED_FROM | IN_MODIFY); in utmpwatcher_handle()
|
D | watch.c | 284 inotify_add_watch(fd, watch_file_path, IN_MOVED_FROM | IN_MODIFY); in read_config()
|
/external/rust/crates/nix/src/sys/ |
D | inotify.rs | 44 IN_MODIFY;
|
/external/linux-kselftest/tools/testing/selftests/cgroup/ |
D | test_freezer.c | 71 IN_MODIFY); in cg_prepare_for_wait()
|
/external/toybox/lib/ |
D | portability.c | 259 if ((not->fds[i] = inotify_add_watch(not->kq, path, IN_MODIFY))==-1) in xnotify_add()
|
/external/fastrpc/src/ |
D | log_config.c | 366 if ( (event->mask & IN_CREATE) || (event->mask & IN_MODIFY)) { in file_watcher_thread()
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2162 pub const IN_MODIFY: u32 = 0x0000_0002; constant 2188 | IN_MODIFY
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 2509 pub const IN_MODIFY: u32 = 0x0000_0002; constant 2579 | IN_MODIFY
|