Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_config.h195 std::string GetDex2Oat() const { in GetDex2Oat() function
Dodrefresh.cc1711 args.Add(config_.GetDex2Oat()); in RunDex2oat()
/art/artd/
Dartd.h283 android::base::Result<std::string> GetDex2Oat();
Dartd.cc1036 args.Add(OR_RETURN_FATAL(GetDex2Oat())); in dexopt()
1619 Result<std::string> Artd::GetDex2Oat() { in GetDex2Oat() function in art::artd::Artd