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

Method GetFileDescriptor

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

Source from the content-addressed store, hash-verified

1138#endif //! defined(_WIN32)
1139
1140int MappedZipFile::GetFileDescriptor() const {
1141 if (!has_fd_) {
1142 //chensenhua ALOGW("Zip: MappedZipFile doesn't have a file descriptor.");
1143 return -1;
1144 }
1145 return fd_;
1146}
1147
1148void* MappedZipFile::GetBasePtr() const {
1149 if (has_fd_) {

Callers 3

GetFileDescriptorFunction · 0.80
~ZipArchiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected