/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 27 #define IN_ACCESS 0x00000001 /* File was accessed */ 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 | 57 struct inotify_test data[TEST_DATA_COUNT] = {{.fd = fd, .wd = -1, .mask = IN_ACCESS}, in inotify_test() 116 struct inotify_test data[TEST_DATA_COUNT] = {{.fd = -1, .wd = -1, .mask = IN_ACCESS}, in inotify_add_watch_0200()
|
/third_party/musl/ndk_musl_include/sys/ |
D | inotify.h | 20 #define IN_ACCESS 0x00000001 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | inotify.h | 20 #define IN_ACCESS 0x00000001 macro
|
/third_party/musl/include/sys/ |
D | inotify.h | 20 #define IN_ACCESS 0x00000001 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | inotify.h | 20 #define IN_ACCESS 0x00000001 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | inotify.h | 20 #define IN_ACCESS 0x00000001 macro
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
D | README | 16 read IN_ACCESS
|
D | inotify05.c | 80 if (event->mask != IN_ACCESS && in verify_inotify()
|
D | inotify01.c | 63 event_set[test_cnt] = IN_ACCESS; in verify_inotify()
|
/third_party/rust/crates/nix/src/sys/ |
D | inotify.rs | 42 IN_ACCESS;
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2610 pub const IN_ACCESS: u32 = 0x0000_0001; constant 2636 pub const IN_ALL_EVENTS: u32 = IN_ACCESS
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 902 IN_ACCESS
|
D | android.txt | 799 IN_ACCESS
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3049 pub const IN_ACCESS: u32 = 0x0000_0001; constant 3119 pub const IN_ALL_EVENTS: u32 = IN_ACCESS
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1435 pub const IN_ACCESS: u32 = 0x00000001; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 683 pub const IN_ACCESS: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 678 pub const IN_ACCESS: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 683 pub const IN_ACCESS: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 678 pub const IN_ACCESS: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 677 pub const IN_ACCESS: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 690 pub const IN_ACCESS: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 898 pub const IN_ACCESS: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 678 pub const IN_ACCESS: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 678 pub const IN_ACCESS: u32 = 1; constant
|