Home
last modified time | relevance | path

Searched refs:OpenOneDexFileFromZip (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file.cc333 std::unique_ptr<const DexFile> DexFile::OpenOneDexFileFromZip(const ZipArchive& zip_archive, in OpenOneDexFileFromZip() function in art::DexFile
430 std::unique_ptr<const DexFile> dex_file(OpenOneDexFileFromZip(zip_archive, in OpenAllDexFilesFromZip()
450 std::unique_ptr<const DexFile> next_dex_file(OpenOneDexFileFromZip(zip_archive, in OpenAllDexFilesFromZip()
Ddex_file.h1133 static std::unique_ptr<const DexFile> OpenOneDexFileFromZip(const ZipArchive& zip_archive,