| 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_; |
nothing calls this directly
no outgoing calls
no test coverage detected