Home
last modified time | relevance | path

Searched refs:S_PREMISSION (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dstat_impl.h34 constexpr int S_PREMISSION = 00000777; variable
49 return static_cast<int64_t>(real_.st_mode & S_PREMISSION); in GetMode()