Home
last modified time | relevance | path

Searched defs: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>;
240 using ObservableT = rx::observable<ResultT>;
242 static constexpr ino_t kInvalidIno = std::numeric_limits<ino_t>::max();
243 static constexpr auto kInvalidFileName = "";
246 std::string filename{kInvalidFileName};
248 ino_t d_ino{kInvalidIno};
250 unsigned char d_type{DT_UNKNOWN}; // Note: not seen outside of sentinel roots.
254 bool moved_from_{false};
255 size_t debug_counter_{0};
[all …]