Home
last modified time | relevance | path

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

/system/update_engine/liburing_cpp/include/liburing_cpp/
DIoUringSQE.h38 constexpr auto ErrCode() const { return std::min(ret, 0); } in ErrCode() function
49 constexpr int ErrCode() { return error_code; } in ErrCode() function