/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 37 #define IN_DELETE_SELF 0x00000400 /* Self was deleted */ macro 63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
D | inotify04.c | 91 event_set[test_cnt].mask = IN_DELETE_SELF; in verify_inotify() 112 event_set[test_cnt].mask = IN_DELETE_SELF; in verify_inotify()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | inotify.h | 32 #define IN_DELETE_SELF 0x00000400 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | inotify.h | 32 #define IN_DELETE_SELF 0x00000400 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | inotify.h | 32 #define IN_DELETE_SELF 0x00000400 macro
|
/third_party/musl/include/sys/ |
D | inotify.h | 32 #define IN_DELETE_SELF 0x00000400 macro
|
/third_party/rust/crates/nix/src/sys/ |
D | inotify.rs | 62 IN_DELETE_SELF;
|
/third_party/pulseaudio/src/modules/ |
D | module-udev-detect.c | 622 if ((event->mask & (IN_DELETE_SELF|IN_MOVE_SELF))) in inotify_cb() 662 …r = inotify_add_watch(u->inotify_fd, "/dev/snd", IN_ATTRIB|IN_CLOSE_WRITE|IN_DELETE_SELF|IN_MOVE_S… in setup_inotify()
|
/third_party/libuv/src/unix/ |
D | linux-inotify.c | 270 | IN_DELETE_SELF in uv_fs_event_start()
|
/third_party/node/deps/uv/src/unix/ |
D | linux-inotify.c | 270 | IN_DELETE_SELF in uv_fs_event_start()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2622 pub const IN_DELETE_SELF: u32 = 0x0000_0400; constant 2646 | IN_DELETE_SELF
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 3220 if (event->mask & IN_MODIFY || event->mask & IN_DELETE_SELF) { in radv_notifier_thread_run() 3227 if (event->mask & IN_DELETE_SELF) { in radv_notifier_thread_run() 3229 notifier->watch = inotify_add_watch(notifier->fd, file, IN_MODIFY | IN_DELETE_SELF); in radv_notifier_thread_run() 3256 notifier->watch = inotify_add_watch(notifier->fd, file, IN_MODIFY | IN_DELETE_SELF); in radv_device_init_notifier()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 911 IN_DELETE_SELF
|
D | android.txt | 808 IN_DELETE_SELF
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3061 pub const IN_DELETE_SELF: u32 = 0x0000_0400; constant 3129 | IN_DELETE_SELF
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1447 pub const IN_DELETE_SELF: u32 = 0x00000400; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 688 pub const IN_DELETE_SELF: u32 = 1024; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 693 pub const IN_DELETE_SELF: u32 = 1024; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 688 pub const IN_DELETE_SELF: u32 = 1024; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 689 pub const IN_DELETE_SELF: u32 = 1024; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 700 pub const IN_DELETE_SELF: u32 = 1024; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 697 pub const IN_DELETE_SELF: u32 = 1024; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 700 pub const IN_DELETE_SELF: u32 = 1024; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 908 pub const IN_DELETE_SELF: u32 = 1024; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 688 pub const IN_DELETE_SELF: u32 = 1024; constant
|