Home
last modified time | relevance | path

Searched refs:S_IRWXO (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/filesystem/vfs/
H A Dopen.rs29 if (mode.bits() & (!ModeType::S_IRWXO.bits())) != 0 { in do_faccessat()
H A Dsyscall.rs71 const S_IRWXO = 0o0007; constant
77 const S_IRWXUGO = Self::S_IRWXU.bits | Self::S_IRWXG.bits | Self::S_IRWXO.bits;