Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dfile_util.h24 #define S_IRWXU 00700 macro
/ohos5.0/commonlibrary/c_utils/base/src/rust/
H A Ddirectory_ex.rs19 pub const S_IRWXU: u32 = 0o700; const