Searched refs:image_locations (Results 1 – 2 of 2) sorted by relevance
46 std::vector<ScratchFile> image_locations; member133 image_locations.push_back(ScratchFile(cur_location)); in Compile()137 for (ScratchFile& file : image_locations) { in Compile()378 image.append(helper.image_locations[0].GetFilename()); in TestWriteRead()
817 std::vector<std::string> image_locations; in OpenDexFilesFromImage() local818 image_locations.push_back(image_location); in OpenDexFilesFromImage()820 for (size_t index = 0; index < image_locations.size(); ++index) { in OpenDexFilesFromImage()827 bool found_image = gc::space::ImageSpace::FindImageFilename(image_locations[index].c_str(), in OpenDexFilesFromImage()845 ImageHeader::GetOatLocationFromImageLocation(image_locations[index].c_str()); in OpenDexFilesFromImage()890 gc::space::ImageSpace::ExtractMultiImageLocations(image_locations[0], in OpenDexFilesFromImage()892 &image_locations); in OpenDexFilesFromImage()