Home
last modified time | relevance | path

Searched defs:GetApexVersions (Results 1 – 5 of 5) sorted by relevance

/art/runtime/oat/
Dsdc_file.h70 std::string_view GetApexVersions() const { return apex_versions_; } in GetApexVersions() function
Doat_file_assistant_context.cc178 const std::string& OatFileAssistantContext::GetApexVersions() { in GetApexVersions() function in art::OatFileAssistantContext
Doat_file.cc2694 std::optional<std::string_view> OatFile::GetApexVersions() const { in GetApexVersions() function in art::OatFile
/art/runtime/
Druntime.h1094 const std::string& GetApexVersions() const { in GetApexVersions() function
Druntime.cc1477 std::string Runtime::GetApexVersions(ArrayRef<const std::string> boot_class_path_locations) { in GetApexVersions() function in art::Runtime