Searched defs:image_locations (Results 1 - 2 of 2) sorted by last modified time

/art/runtime/
H A Druntime.cc968 std::vector<std::string> image_locations; local
969 image_locations.push_back(image_location);
971 for (size_t index = 0; index < image_locations.size(); ++index) {
978 bool found_image = gc::space::ImageSpace::FindImageFilename(image_locations[index].c_str(),
998 ImageHeader::GetOatLocationFromImageLocation(image_locations[index].c_str());
1057 gc::space::ImageSpace::ExtractMultiImageLocations(image_locations[0],
1059 &image_locations);
/art/dex2oat/linker/
H A Dimage_test.h58 std::vector<ScratchFile> image_locations; member in struct:art::linker::CompilationHelper
170 image_locations.push_back(ScratchFile(cur_location));
174 for (ScratchFile& file : image_locations) {
440 image.append(helper.image_locations[0].GetFilename());

Completed in 64 milliseconds