Home
last modified time | relevance | path

Searched refs:IN_CLOSE_NOWRITE (Results 1 – 5 of 5) sorted by relevance

/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs2782 pub const IN_CLOSE_NOWRITE: u32 = 0x0000_0010; constant
2783 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE;
2808 | IN_CLOSE_NOWRITE
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs1600 pub const IN_CLOSE_NOWRITE: u32 = 0x00000010; constant
1601 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE;
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs4833 pub const IN_CLOSE_NOWRITE: u32 = 0x0000_0010; constant
4834 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE;
4903 | IN_CLOSE_NOWRITE
/rust-libc-0.2.174/libc-test/semver/
H A Dandroid.txt862 IN_CLOSE_NOWRITE
H A Dlinux.txt1077 IN_CLOSE_NOWRITE