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

/art/runtime/
H A Ddex_file.cc297 return DexFile::OpenFromZip(*zip_archive, location, error_msg, dex_files);
359 bool DexFile::OpenFromZip(const ZipArchive& zip_archive, const std::string& location, function in class:art::DexFile
363 DCHECK(dex_files != nullptr) << "DexFile::OpenFromZip: out-param is nullptr";

Completed in 63 milliseconds