Searched refs:DirectoryEntryError (Results 1 – 1 of 1) sorted by relevance
278 struct DirectoryEntryError { struct284 std::ostream& operator<<(std::ostream& os, const DirectoryEntryError& e) { in operator <<()300 using ResultT = iorap::expected<DirectoryEntry, DirectoryEntryError>;493 return {DirectoryEntryError{kOpenDir, errno, dirpath}}; in ReadDirectoryEntriesFromDirectoryPath()520 results.push_back(DirectoryEntryError{kDtUnknown, /*errno*/0, child_path()}); in ReadDirectoryEntriesFromDirectoryPath()533 results.push_back(DirectoryEntryError{kReadDir, errno, dirpath}); in ReadDirectoryEntriesFromDirectoryPath()