Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc2453 error_reporting_ = false; in ScopedDex2oatReporting()
2457 if (!error_reporting_) { in ~ScopedDex2oatReporting()
2469 bool ErrorReporting() const { return error_reporting_; } in ErrorReporting()
2476 error_reporting_ = true; in DupCloexecOrError()
2484 bool error_reporting_ = false; member in art::Dex2Oat::ScopedDex2oatReporting