Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dopen.cpp66 constexpr uint32_t MAX_WANT_FLAG = 4; variable
198 uint32_t flag = (mode % MAX_WANT_FLAG) > 0 ? in OpenFileByBroker()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_impl.cpp41 constexpr uint32_t MAX_WANT_FLAG = 4; variable
117 uint32_t flag = (mode % MAX_WANT_FLAG) > 0 ? in OpenFileByBroker()