Home
last modified time | relevance | path

Searched defs:S_IROTH (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dfile_util.h33 #define S_IROTH 00004 macro
/ohos5.0/commonlibrary/c_utils/base/src/rust/
H A Ddirectory_ex.rs35 pub const S_IROTH: u32 = 0o004; const