Home
last modified time | relevance | path

Searched refs:ExtractCurrentEntry (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_reader.h166 bool ExtractCurrentEntry(WriterDelegate *delegate, uint64_t numBytesToExtract) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_reader.cpp187 bool ZipReader::ExtractCurrentEntry(WriterDelegate *delegate, uint64_t numBytesToExtract) const in ExtractCurrentEntry() function in OHOS::AppExecFwk::LIBZIP::ZipReader
H A Dzip.cpp271 … if (!reader.ExtractCurrentEntry(writer.get(), std::numeric_limits<uint64_t>::max())) { in UnzipWithFilterAndWriters()