Home
last modified time | relevance | path

Searched refs:GetVdexLocationFromImageLocation (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dimage.h207 static std::string GetVdexLocationFromImageLocation(const std::string& image) { in GetVdexLocationFromImageLocation() function
/art/runtime/gc/space/
Dimage_space.cc2036 std::string vdex_filename = ImageHeader::GetVdexLocationFromImageLocation(art_filename); in CompileBootclasspathElements()