Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.cc413 return android::base::StartsWith(Runtime::Current()->GetApexVersions(), oat_apex_versions); in ValidateApexVersions()
Doat_file_assistant_test.cc1668 args.push_back("--apex-versions=" + Runtime::Current()->GetApexVersions()); in TEST_F()
1682 args.push_back("--apex-versions=" + Runtime::Current()->GetApexVersions().substr(0, 1)); in TEST_F()
Druntime.h1034 const std::string& GetApexVersions() const { in GetApexVersions() function
/art/dex2oat/
Ddex2oat.cc1615 ? runtime->GetApexVersions() in Setup()