Searched refs:IN_MODIFY (Results 1 – 17 of 17) sorted by relevance
/third_party/libuv/src/unix/ |
D | linux-inotify.c | 198 if (e->mask & (IN_ATTRIB|IN_MODIFY)) in uv__inotify_read() 200 if (e->mask & ~(IN_ATTRIB|IN_MODIFY)) in uv__inotify_read() 268 | IN_MODIFY in uv_fs_event_start()
|
/third_party/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 | \
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | inotify.c | 58 {.fd = fd, .wd = -1, .mask = IN_MODIFY}, in inotify_test() 117 {.fd = -1, .wd = -1, .mask = IN_MODIFY}, in inotify_add_watch_0200()
|
/third_party/musl/ndk_musl_include/sys/ |
D | inotify.h | 21 #define IN_MODIFY 0x00000002 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | inotify.h | 21 #define IN_MODIFY 0x00000002 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | inotify.h | 21 #define IN_MODIFY 0x00000002 macro
|
/third_party/musl/include/sys/ |
D | inotify.h | 21 #define IN_MODIFY 0x00000002 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | inotify.h | 21 #define IN_MODIFY 0x00000002 macro
|
/third_party/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 | 87 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 | 78 event_set[test_cnt] = IN_MODIFY; in verify_inotify()
|
/third_party/glib/gio/inotify/ |
D | inotify-helper.c | 264 case IN_MODIFY: in ih_mask_to_EventFlags()
|
D | inotify-path.c | 38 #define IP_INOTIFY_DIR_MASK (IN_MODIFY|IN_ATTRIB|IN_MOVED_FROM|IN_MOVED_TO|IN_DELETE|IN_CREATE|IN_D… 40 #define IP_INOTIFY_FILE_MASK (IN_MODIFY|IN_ATTRIB|IN_CLOSE_WRITE)
|
/third_party/toybox/lib/ |
D | portability.c | 258 if ((not->fds[i] = inotify_add_watch(not->kq, path, IN_MODIFY))==-1) in xnotify_add()
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_ibus.c | 485 inotify_wd = inotify_add_watch(inotify_fd, addr_file, IN_CREATE | IN_MODIFY); in SDL_IBus_Init()
|