Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Di18n_timezone.h66 static const char *BASE_DEVICE_CITY_DISPLAYNAME_PATH; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp61 const char *I18nTimeZone::BASE_DEVICE_CITY_DISPLAYNAME_PATH = "/system/usr/ohos_timezone/device_cit… member in OHOS::Global::I18n::I18nTimeZone
1349 } else if (stat(BASE_DEVICE_CITY_DISPLAYNAME_PATH, &s) == 0) { in GetDeviceCityDisplayNamePath()
1350 return BASE_DEVICE_CITY_DISPLAYNAME_PATH; in GetDeviceCityDisplayNamePath()