| 1187 | } |
| 1188 | |
| 1189 | void 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 | |
| 1194 | bool ZipArchive::InitializeCentralDirectory(const char* debug_file_name, off64_t cd_start_offset, |
| 1195 | size_t cd_size) { |
no outgoing calls
no test coverage detected