Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs58 const S_IRUSR = 0o0400; constant
77 const S_IRUGO = Self::S_IRUSR.bits | Self::S_IRGRP.bits | Self::S_IROTH.bits;