Searched defs:zip_filename (Results 1 - 1 of 1) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc203 CompilerDriver::DescriptorSet* ReadImageClassesFromZip(const std::string& zip_filename, argument
205 UniquePtr<ZipArchive> zip_archive(ZipArchive::Open(zip_filename));
207 LOG(ERROR) << "Failed to open zip file " << zip_filename;
212 LOG(ERROR) << "Failed to find " << image_classes_filename << " within " << zip_filename; local
217 LOG(ERROR) << "Failed to extract " << image_classes_filename << " from " << zip_filename; local

Completed in 168 milliseconds