Home
last modified time | relevance | path

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

/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc1322 std::ostream& operator<<(std::ostream& os, const PathEntry& path_entry) { in operator <<() argument
1323 os << "PathEntry{inode=" << path_entry.inode << ",path=\"" << path_entry.path << "\"}"; in operator <<()
2503 PathEntry path_entry = *path_entry_opt; in readdir() local
2505 FS_LOG_DEBUG << "readdir(" << &state << ") - called for " << path_entry.path; in readdir()
2513 dir_ent.d_ino = path_entry.inode.inode; in readdir()
2515 FS_LOG_DEBUG << "readdir(" << &state << ") - children check" << path_entry.path; in readdir()
2520 std::vector<PathEntry> children = path_entries_.OpenDirectory(path_entry.path); in readdir()
2531 std::string_view name_view = path_entry.path.Name(); in readdir()