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

Function GetFileDescriptor

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

Source from the content-addressed store, hash-verified

1105}
1106
1107int GetFileDescriptor(const ZipArchiveHandle handle) {
1108 return reinterpret_cast<ZipArchive*>(handle)->mapped_zip.GetFileDescriptor();
1109}
1110
1111ZipString::ZipString(const char* entry_name) : name(reinterpret_cast<const uint8_t*>(entry_name)) {
1112 size_t len = strlen(entry_name);

Callers

nothing calls this directly

Calls 1

GetFileDescriptorMethod · 0.80

Tested by

no test coverage detected