Searched refs:OpenFromZip (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Ddex_file.cc232 return DexFile::OpenFromZip(*zip_archive, location, error_msg, dex_files);
287 bool DexFile::OpenFromZip(const ZipArchive& zip_archive, const std::string& location, function in class:art::DexFile
H A Ddex_file.h400 static bool OpenFromZip(const ZipArchive& zip_archive, const std::string& location,
/art/dex2oat/
H A Ddex2oat.cc1450 if (!DexFile::OpenFromZip(*zip_archive.get(), zip_location, &error_msg, &dex_files)) {

Completed in 342 milliseconds