Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Di18n_timezone.h62 static const char *TZ_PIXEL_PATH; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp57 const char *I18nTimeZone::TZ_PIXEL_PATH = "/system/usr/ohos_timezone"; member in OHOS::Global::I18n::I18nTimeZone
1269 const std::vector<std::filesystem::path> pixelPaths = {TZ_PIXEL_PATH, DISTRO_TZ_PIXEL_PATH}; in FindTzData()