Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/base/device/
H A Dmod.rs820 attr.mode().contains(ModeType::S_IWUGO) in create_file()
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs79 const S_IWUGO = Self::S_IWUSR.bits | Self::S_IWGRP.bits | Self::S_IWOTH.bits; constant