Searched refs:image_locations (Results 1 – 2 of 2) sorted by relevance
58 std::vector<ScratchFile> image_locations; member170 image_locations.push_back(ScratchFile(cur_location)); in Compile()174 for (ScratchFile& file : image_locations) { in Compile()440 image.append(helper.image_locations[0].GetFilename()); in TestWriteRead()
968 std::vector<std::string> image_locations; in OpenDexFilesFromImage() local969 image_locations.push_back(image_location); in OpenDexFilesFromImage()971 for (size_t index = 0; index < image_locations.size(); ++index) { in OpenDexFilesFromImage()978 bool found_image = gc::space::ImageSpace::FindImageFilename(image_locations[index].c_str(), in OpenDexFilesFromImage()998 ImageHeader::GetOatLocationFromImageLocation(image_locations[index].c_str()); in OpenDexFilesFromImage()1057 gc::space::ImageSpace::ExtractMultiImageLocations(image_locations[0], in OpenDexFilesFromImage()1059 &image_locations); in OpenDexFilesFromImage()