Searched refs:StatError (Results 1 – 1 of 1) sorted by relevance
699 struct StatError { struct704 std::ostream& operator<<(std::ostream& os, const StatError& e) { in operator <<()711 static iorap::expected<struct stat, StatError> Stat(const std::string& path_name, in Stat()719 return iorap::unexpected(StatError{errno, path_name}); in Stat()723 using StatResult = iorap::expected<struct stat, StatError>;1242 const StatError& err = maybe_stat.error(); in FilterFilenamesForSpecificInodes()1341 const StatError& err = maybe_stat.error(); in EmitAllFilenames()