Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dfile_util.h29 #define S_IRUSR 00400 macro
/ohos5.0/commonlibrary/c_utils/base/src/rust/
H A Ddirectory_ex.rs29 pub const S_IRUSR: u32 = 0o400; const