Home
last modified time | relevance | path

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

/system/iorap/src/inode2filename/
Dsearch_directories.cc699 struct StatError { struct
704 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()