Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc269 return DexFile::OpenFromZip(*zip_archive, location, error_msg, dex_files); in OpenZip()
330 bool DexFile::OpenFromZip(const ZipArchive& zip_archive, const std::string& location, in OpenFromZip() function in art::DexFile
Ddex_file.h405 static bool OpenFromZip(const ZipArchive& zip_archive, const std::string& location,
/art/dex2oat/
Ddex2oat.cc1274 … if (!DexFile::OpenFromZip(*zip_archive.get(), zip_location_, &error_msg, &opened_dex_files_)) { in Setup()