Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc789 std::vector<std::string> image_locations; in OpenDexFilesFromImage() local
790 image_locations.push_back(image_location); in OpenDexFilesFromImage()
792 for (size_t index = 0; index < image_locations.size(); ++index) { in OpenDexFilesFromImage()
799 bool found_image = gc::space::ImageSpace::FindImageFilename(image_locations[index].c_str(), in OpenDexFilesFromImage()
817 ImageHeader::GetOatLocationFromImageLocation(image_locations[index].c_str()); in OpenDexFilesFromImage()
862 gc::space::ImageSpace::CreateMultiImageLocations(image_locations[0], in OpenDexFilesFromImage()
864 &image_locations); in OpenDexFilesFromImage()