Home
last modified time | relevance | path

Searched defs:ResultError (Results 1 – 1 of 1) sorted by relevance

/system/core/init/
Dresult.h83 struct ResultError { struct
85 ResultError(T&& error_string, int error_errno) in ResultError() argument
92 inline std::ostream& operator<<(std::ostream& os, const ResultError& t) { argument