Home
last modified time | relevance | path

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

/external/strace/xlat/
Dinotify_flags.h13 #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),
Dinotify_flags.in2 IN_MODIFY 0x00000002
/external/kernel-headers/original/uapi/linux/
Dinotify.h31 #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/
Dinotify.h28 #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/
DDirectoryWatcher-linux.cpp247 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/
Dinotify09.c79 wd = SAFE_MYINOTIFY_ADD_WATCH(inotify_fd, FNAME, IN_MODIFY); in verify_inotify()
Dinotify06.c79 myinotify_add_watch(inotify_fd, names[i], IN_MODIFY); in verify_inotify()
DREADME19 write IN_MODIFY
Dinotify05.c81 event->mask != IN_MODIFY && in verify_inotify()
Dinotify01.c84 event_set[test_cnt] = IN_MODIFY; in verify_inotify()
/external/selinux/restorecond/
Dutmpwatcher.c71 inotify_add_watch(inotify_fd, utmp_path, IN_MOVED_FROM | IN_MODIFY); in utmpwatcher_handle()
Dwatch.c284 inotify_add_watch(fd, watch_file_path, IN_MOVED_FROM | IN_MODIFY); in read_config()
/external/rust/crates/nix/src/sys/
Dinotify.rs44 IN_MODIFY;
/external/linux-kselftest/tools/testing/selftests/cgroup/
Dtest_freezer.c71 IN_MODIFY); in cg_prepare_for_wait()
/external/toybox/lib/
Dportability.c259 if ((not->fds[i] = inotify_add_watch(not->kq, path, IN_MODIFY))==-1) in xnotify_add()
/external/fastrpc/src/
Dlog_config.c366 if ( (event->mask & IN_CREATE) || (event->mask & IN_MODIFY)) { in file_watcher_thread()
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2162 pub const IN_MODIFY: u32 = 0x0000_0002; constant
2188 | IN_MODIFY
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2509 pub const IN_MODIFY: u32 = 0x0000_0002; constant
2579 | IN_MODIFY