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

Method DexZipEntry

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

Source from the content-addressed store, hash-verified

96
97 private:
98 DexZipEntry(ZipArchiveHandle handle,
99 ::ZipEntry* zip_entry,
100 const std::string& entry_name)
101 : handle_(handle), zip_entry_(zip_entry), entry_name_(entry_name) {}
102
103 ZipArchiveHandle handle_;
104 ::ZipEntry* const zip_entry_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected