Searched refs:GetDex2Oat (Results 1 – 4 of 4) sorted by relevance
195 std::string GetDex2Oat() const { in GetDex2Oat() function
1711 args.Add(config_.GetDex2Oat()); in RunDex2oat()
283 android::base::Result<std::string> GetDex2Oat();
1036 args.Add(OR_RETURN_FATAL(GetDex2Oat())); in dexopt()1619 Result<std::string> Artd::GetDex2Oat() { in GetDex2Oat() function in art::artd::Artd