Searched refs:S_IWUGO (Results 1 – 2 of 2) sorted by relevance
820 attr.mode().contains(ModeType::S_IWUGO) in create_file()
83 const S_IWUGO = Self::S_IWUSR.bits | Self::S_IWGRP.bits | Self::S_IWOTH.bits; constant