Home
last modified time | relevance | path

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

/system/iorap/src/inode2filename/
Dsearch_directories.cc342 children_paths_ = other.children_paths_; in DirectoryEntry()
358 children_paths_ = other.children_paths_; in operator =()
376 children_paths_ = std::move(other.children_paths_); in operator =()
391 children_paths_ = std::move(other.children_paths_); in DirectoryEntry()
412 e.children_paths_.push_back(std::move(child_entry_as_result)); in CreateSentinel()
424 return children_paths_; in GetChildrenEntries()
432 return std::move(children_paths_); in GetChildrenEntries()
457 mutable std::vector<ResultT> children_paths_; member
550 children_paths_ = ReadDirectoryEntriesFromDirectoryPath(filename, system_call); in BuildChildrenPaths()