Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs74 const S_IXOTH = 0o0001; constant
85 const S_IXUGO = Self::S_IXUSR.bits | Self::S_IXGRP.bits | Self::S_IXOTH.bits;