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

Method Initialize

Bcore/src/main/cpp/ziparchive/zip_archive.cc:1189–1192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1187}
1188
1189void CentralDirectory::Initialize(void* map_base_ptr, off64_t cd_start_offset, size_t cd_size) {
1190 base_ptr_ = static_cast<uint8_t*>(map_base_ptr) + cd_start_offset;
1191 length_ = cd_size;
1192}
1193
1194bool ZipArchive::InitializeCentralDirectory(const char* debug_file_name, off64_t cd_start_offset,
1195 size_t cd_size) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected