Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline_result.h45 bool IsError() const { return status_ != kSuccess; } in IsError() function
/art/runtime/mirror/
Dthrowable.cc79 bool Throwable::IsError() { in IsError() function in art::mirror::Throwable