Home
last modified time | relevance | path

Searched refs:MNT_LOCAL (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt493 MNT_LOCAL
Ddragonfly.txt629 MNT_LOCAL
Dnetbsd.txt654 MNT_LOCAL
Dapple.txt888 MNT_LOCAL
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs424 pub const MNT_LOCAL: ::c_int = 0x00001000; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1416 pub const MNT_LOCAL: ::c_int = 0x00001000; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc508 return !!(STATVFS_F_FLAG(Vfs) & MNT_LOCAL);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs3654 pub const MNT_LOCAL: u64 = 0x000001000; constant
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs4534 pub const MNT_LOCAL: ::c_int = 0x00001000; constant
/third_party/sqlite/src/
Dsqlite3.c43094 useProxy = !(fsInfo.f_flags&MNT_LOCAL);