Home
last modified time | relevance | path

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

/system/iorap/src/inode2filename/
Dsearch_directories.cc638 struct StatError { struct
643 std::ostream& operator<<(std::ostream& os, const StatError& e) { in operator <<()
649 static iorap::expected<struct stat, StatError> Stat(const std::string& path_name, in Stat()
657 return iorap::unexpected(StatError{errno, path_name}); in Stat()
661 using StatResult = iorap::expected<struct stat, StatError>;