Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/time/src/
H A Dtime_zone_info.cpp88 const char *tzIdConfigPath = stat(DISTRO_TIMEZONE_LIST_CONFIG, &s) == 0 ? in GetTimeZoneAvailableIDs() local
91 if (realpath(tzIdConfigPath, resolvedPath.get()) == nullptr) { in GetTimeZoneAvailableIDs()