Home
last modified time | relevance | path

Searched defs:WRONLY (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/network/nfsv4/locks/
Dlocktests.h109 WRONLY, enumerator
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs173 const WRONLY = linux_raw_sys::general::O_WRONLY; constant
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs206 const WRONLY = c::O_WRONLY; constant