mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Internal change.
PiperOrigin-RevId: 343419851
This commit is contained in:
@@ -2459,7 +2459,7 @@ void CheckDuplicatesRecursively(std::string path) {
|
||||
return;
|
||||
}
|
||||
auto dir_closer = Cleanup([&dir]() { closedir(dir); });
|
||||
std::unordered_set<std::string> children;
|
||||
absl::node_hash_set<std::string> children;
|
||||
while (true) {
|
||||
// Readdir(3): If the end of the directory stream is reached, NULL is
|
||||
// returned and errno is not changed. If an error occurs, NULL is
|
||||
|
||||
Reference in New Issue
Block a user