/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | inotify.h | 23 #define IN_CLOSE_WRITE 0x00000008 macro 25 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | inotify.h | 23 #define IN_CLOSE_WRITE 0x00000008 macro 25 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | inotify.h | 23 #define IN_CLOSE_WRITE 0x00000008 macro 25 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
|
/third_party/musl/include/sys/ |
H A D | inotify.h | 23 #define IN_CLOSE_WRITE 0x00000008 macro 25 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
H A D | inotify.h | 30 #define IN_CLOSE_WRITE 0x00000008 /* Writtable file was closed */ macro 46 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */ 61 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
|
/third_party/eudev/src/udev/ |
H A D | udev-watch.c | 104 wd = inotify_add_watch(inotify_fd, udev_device_get_devnode(dev), IN_CLOSE_WRITE); in udev_watch_begin() 107 inotify_fd, udev_device_get_devnode(dev), IN_CLOSE_WRITE); in udev_watch_begin()
|
H A D | udevd.c | 912 if (e->mask & IN_CLOSE_WRITE) in handle_inotify() 1307 IN_DELETE | IN_MOVE | IN_CLOSE_WRITE); in main() 1309 IN_DELETE | IN_MOVE | IN_CLOSE_WRITE); in main() 1315 IN_DELETE | IN_MOVE | IN_CLOSE_WRITE); in main()
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
H A D | inotify08.c | 80 event_set[test_cnt].mask = IN_CLOSE_WRITE; in verify_inotify() 144 IN_ATTRIB | IN_OPEN | IN_CLOSE_WRITE); in setup()
|
H A D | inotify01.c | 82 event_set[test_cnt] = IN_CLOSE_WRITE; in verify_inotify()
|
H A D | inotify07.c | 82 event_set[test_cnt].mask = IN_CLOSE_WRITE; in verify_inotify()
|
H A D | inotify02.c | 82 event_set[test_cnt].mask = IN_CLOSE_WRITE; in verify_inotify()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | inotify.c | 60 {.fd = fd, .wd = -1, .mask = IN_CLOSE_WRITE}, in inotify_test() 119 {.fd = -1, .wd = -1, .mask = IN_CLOSE_WRITE}, in inotify_add_watch_0200()
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_inotify.rs | 42 // - IN_CLOSE_WRITE on test in test_inotify_multi_events() 55 assert_eq!(events[2].mask, AddWatchFlags::IN_CLOSE_WRITE); in test_inotify_multi_events()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | inotify.rs | 48 IN_CLOSE_WRITE; 73 /// Combination of `IN_CLOSE_WRITE` and `IN_CLOSE_NOWRITE`.
|
/third_party/pulseaudio/src/modules/ |
H A D | module-udev-detect.c | 616 if (((event->mask & IN_CLOSE_WRITE) && pa_startswith(event->name, "pcmC"))) in inotify_cb() 662 r = inotify_add_watch(u->inotify_fd, "/dev/snd", IN_ATTRIB|IN_CLOSE_WRITE|IN_DELETE_SELF|IN_MOVE_SELF); in setup_inotify()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 2613 pub const IN_CLOSE_WRITE: u32 = 0x0000_0008; consts 2615 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE; 2639 | IN_CLOSE_WRITE
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3052 pub const IN_CLOSE_WRITE: u32 = 0x0000_0008; consts 3054 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE; 3122 | IN_CLOSE_WRITE
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1438 pub const IN_CLOSE_WRITE: u32 = 0x00000008; consts 1440 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE;
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 681 pub const IN_CLOSE_WRITE: u32 = 8; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 686 pub const IN_CLOSE_WRITE: u32 = 8; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 686 pub const IN_CLOSE_WRITE: u32 = 8; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 693 pub const IN_CLOSE_WRITE: u32 = 8; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 690 pub const IN_CLOSE_WRITE: u32 = 8; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 693 pub const IN_CLOSE_WRITE: u32 = 8; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 690 pub const IN_CLOSE_WRITE: u32 = 8; consts
|