Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dcommon_utils.h30 static constexpr mode_t FILE_PERM_770 = S_IRWXU | S_IRWXG; variable
H A Dfile_util.h55 constexpr mode_t FILE_PERM_770 = S_IRWXU | S_IRWXG; variable