Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer.h37 kErrorInvalidArguments = 101, enumerator
Ddexoptanalyzer.cc145 exit(static_cast<int>(ReturnCode::kErrorInvalidArguments)); in Usage()
441 return ReturnCode::kErrorInvalidArguments; in FlattenClassLoaderContext()
/art/odrefresh/
Dodrefresh.cc805 case art::dexoptanalyzer::ReturnCode::kErrorInvalidArguments: in VerifySystemServerArtifactsAreUpToDate()