Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs72 const S_IROTH = 0o0004; constant
81 const S_IRUGO = Self::S_IRUSR.bits | Self::S_IRGRP.bits | Self::S_IROTH.bits;