Home
last modified time | relevance | path

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

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