Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs68 const S_IWGRP = 0o0020; constant
83 const S_IWUGO = Self::S_IWUSR.bits | Self::S_IWGRP.bits | Self::S_IWOTH.bits;