Searched refs:dirEntry (Results 1 – 3 of 3) sorted by relevance
97 for (auto const &dirEntry : std::filesystem::directory_iterator { myPath }) { in DeleteFile() local98 RemoveAll(dirEntry.path()); in DeleteFile()
768 for (const auto &dirEntry : directory_iterator{parentPath}) { in GetTimezoneIDFromZoneInfo() local769 std::string zonePath = dirEntry.path(); in GetTimezoneIDFromZoneInfo()792 for (const auto &dirEntry : directory_iterator{ZONEINFO_PATH}) { in GetAvailableIDs() local793 std::string parentPath = dirEntry.path(); in GetAvailableIDs()934 for (const auto &dirEntry : directory_iterator{displayNamePath}) { in GetSupportedLocales() local935 std::string xmlPath = dirEntry.path(); in GetSupportedLocales()
239 for (const auto &dirEntry : directory_iterator{tabooDataPath}) { in ReadResourceList() local240 std::string path = dirEntry.path(); in ReadResourceList()