Searched refs:IsHiddenDirectory (Results 1 – 1 of 1) sorted by relevance
115 static bool IsHiddenDirectory(const std::string &dir) in IsHiddenDirectory() function157 if (sf::is_directory(entry.path(), ec) && IsHiddenDirectory(entry.path().string())) { in ScanDirNoDepth()992 if (sf::is_directory(entry.path(), ec) && IsHiddenDirectory(entry.path().string())) { in ScanDirWithType()1018 if (sf::is_directory(entry.path(), ec) && IsHiddenDirectory(entry.path().string())) { in ScanDirTraverseWithType()