Searched defs:PathEntryTree (Results 1 – 1 of 1) sorted by relevance
1329 struct PathEntryTree { struct1330 std::vector<PathEntry> entries;1332 static constexpr bool debug{false};1335 std::optional<PathEntry> GetEntryFor(const std::string& path_name) { in GetEntryFor()1345 bool HasDirectory(const std::string& path_name) { in HasDirectory()1355 std::vector<PathEntry> OpenDirectory(const std::string& path_name) { in OpenDirectory()1360 std::vector<PathEntry> OpenDirectory(const PurePath& path) { in OpenDirectory()1387 size_t size() const { in size()