Home
last modified time | relevance | path

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

/system/iorap/src/inode2filename/
Dsearch_directories.cc238 struct DirectoryEntry { struct
239 using ResultT = iorap::expected<DirectoryEntry, DirectoryEntryError>; argument
261 DirectoryEntry() noexcept { in DirectoryEntry() argument
266 DirectoryEntry(std::string filename, ino_t d_ino, unsigned char d_type) noexcept in DirectoryEntry() function
274 DirectoryEntry(const DirectoryEntry& other) noexcept { in DirectoryEntry() argument
287 DirectoryEntry& operator=(const DirectoryEntry& other) noexcept { in operator =() argument
305 DirectoryEntry& operator=(DirectoryEntry&& other) noexcept { in operator =() argument
323 DirectoryEntry(DirectoryEntry&& other) noexcept { in DirectoryEntry() function
338 static DirectoryEntry CreateSentinel(std::vector<std::string> children_paths) { in CreateSentinel() argument
339 DirectoryEntry e; in CreateSentinel()
[all …]