Searched refs:displayNamePath (Results 1 – 1 of 1) sorted by relevance
957 std::string displayNamePath = GetDeviceCityDisplayNamePath(); in GetSupportedLocales() local958 if (displayNamePath.length() == 0) { in GetSupportedLocales()959 displayNamePath = CITY_DISPLAYNAME_PATH; in GetSupportedLocales()961 for (const auto &dirEntry : directory_iterator{displayNamePath}) { in GetSupportedLocales()968 displayNamePath.length()) - 4; // 4 is the length of ".xml" in GetSupportedLocales()969 std::string localeStr = xmlPath.substr(displayNamePath.length(), localeStrLen); in GetSupportedLocales()