Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp808 std::string zonePath = dirEntry.path(); in GetTimezoneIDFromZoneInfo() local
809 if (stat(zonePath.c_str(), &s) != 0) { in GetTimezoneIDFromZoneInfo()
813 … std::string zoneName = zonePath.substr(parentPath.length() + 1); // 1 add length of path splitor in GetTimezoneIDFromZoneInfo()
816 GetTimezoneIDFromZoneInfo(availableIDs, zonePath, finalZoneName); in GetTimezoneIDFromZoneInfo()