Searched defs:ErrnoError (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dresult.h40 // Error and ErrnoError are used to construct a Result<T> that has failed. The Error class takes
42 // ErrnoError() is a helper function to create an Error class that appends ": " + strerror(errno)
62 // return ErrnoError() << "c_api_function(" << output << ") failed";
149 inline Error ErrnoError() { function in namespace:android::init

Completed in 501 milliseconds