Home
last modified time | relevance | path

Searched refs:TM_YEAR_BITS (Results 1 - 3 of 3) sorted by relevance

/base/update/updater/services/package/pkg_manager/
H A Dpkg_utils.cpp38 constexpr uint32_t TM_YEAR_BITS = 9; member
232 date = static_cast<uint16_t>(static_cast<uint16_t>(year - MIN_YEAR) << TM_YEAR_BITS); in GetFileSize()
/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp56 constexpr uint32_t TM_YEAR_BITS = 9; member
404 newTime.tm_year = ((modifiedDate >> TM_YEAR_BITS) & 0x7f) + START_YEAR; in GetRawFileLastModTime()
/base/update/updater/services/package/pkg_package/
H A Dpkg_zipfile.cpp26 constexpr uint32_t TM_YEAR_BITS = 9; member
710 newTime.tm_year = ((modifiedDate >> TM_YEAR_BITS) & 0x7f) + START_YEAR; // 年,tm_year为int临时变量减去1900。 in CombineTimeAndDate()

Completed in 5 milliseconds