Searched refs:S_IRWXO (Results 1 – 2 of 2) sorted by relevance
29 if (mode.bits() & (!ModeType::S_IRWXO.bits())) != 0 { in do_faccessat()
71 const S_IRWXO = 0o0007; constant77 const S_IRWXUGO = Self::S_IRWXU.bits | Self::S_IRWXG.bits | Self::S_IRWXO.bits;