MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / DexZipArchive

Method DexZipArchive

Bcore/src/main/cpp/dex/dex_file_loader.cc:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143 private:
144 explicit DexZipArchive(ZipArchiveHandle handle) : handle_(handle) {}
145 ZipArchiveHandle handle_;
146
147 friend class DexZipEntry;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected