Home
last modified time | relevance | path

Searched refs:PathEntry (Results 1 – 1 of 1) sorted by relevance

/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc1290 struct PathEntry { struct
1294 static std::vector<PathEntry> Zip(std::vector<Inode>& inodes, std::vector<std::string>& paths) { in Zip() argument
1297 std::vector<PathEntry> entries; in Zip()
1306 entries.push_back(PathEntry{inodes[i], PurePath{std::string{paths[i]}}}); in Zip()
1322 std::ostream& operator<<(std::ostream& os, const PathEntry& path_entry) { in operator <<()
1330 std::vector<PathEntry> entries;
1335 std::optional<PathEntry> GetEntryFor(const std::string& path_name) { in GetEntryFor()
1355 std::vector<PathEntry> OpenDirectory(const std::string& path_name) { in OpenDirectory()
1360 std::vector<PathEntry> OpenDirectory(const PurePath& path) { in OpenDirectory()
1361 std::vector<PathEntry> children; in OpenDirectory()
[all …]