Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/src/
Di18n_timezone.cpp760 std::string zonePath = dirEntry.path(); in GetTimezoneIDFromZoneInfo() local
761 if (stat(zonePath.c_str(), &s) != 0) { in GetTimezoneIDFromZoneInfo()
765 … std::string zoneName = zonePath.substr(parentPath.length() + 1); // 1 add length of path splitor in GetTimezoneIDFromZoneInfo()
768 GetTimezoneIDFromZoneInfo(availableIDs, zonePath, finalZoneName); in GetTimezoneIDFromZoneInfo()