Home
last modified time | relevance | path

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

/system/iorap/src/inode2filename/
Dsearch_directories.cc281 children_paths_ = other.children_paths_; in DirectoryEntry()
297 children_paths_ = other.children_paths_; in operator =()
315 children_paths_ = std::move(other.children_paths_); in operator =()
330 children_paths_ = std::move(other.children_paths_); in DirectoryEntry()
351 e.children_paths_.push_back(std::move(child_entry_as_result)); in CreateSentinel()
363 return children_paths_; in GetChildrenEntries()
371 return std::move(children_paths_); in GetChildrenEntries()
396 mutable std::vector<ResultT> children_paths_; member
489 children_paths_ = ReadDirectoryEntriesFromDirectoryPath(filename, system_call); in BuildChildrenPaths()