Searched refs:StatError (Results 1 – 1 of 1) sorted by relevance
638 struct StatError { struct643 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>;