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

Method GetBasePtr

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

Source from the content-addressed store, hash-verified

1146}
1147
1148void* MappedZipFile::GetBasePtr() const {
1149 if (has_fd_) {
1150 //chensenhua ALOGW("Zip: MappedZipFile doesn't have a base pointer.");
1151 return nullptr;
1152 }
1153 return base_ptr_;
1154}
1155
1156off64_t MappedZipFile::GetFileLength() const {
1157 if (has_fd_) {

Callers 3

ParseZipArchiveFunction · 0.45
FindEntryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected