Searched defs:DirectoryEntry (Results 1 – 1 of 1) sorted by relevance
299 struct DirectoryEntry { struct300 using ResultT = iorap::expected<DirectoryEntry, DirectoryEntryError>;301 using ObservableT = rx::observable<ResultT>;303 static constexpr ino_t kInvalidIno = std::numeric_limits<ino_t>::max();304 static constexpr auto kInvalidFileName = "";307 std::string filename{kInvalidFileName};309 ino_t d_ino{kInvalidIno};311 unsigned char d_type{DT_UNKNOWN}; // Note: not seen outside of sentinel roots.315 bool moved_from_{false};316 size_t debug_counter_{0};[all …]