Searched refs:ExtractCurrentEntry (Results 1 – 3 of 3) sorted by relevance
166 bool ExtractCurrentEntry(WriterDelegate *delegate, uint64_t numBytesToExtract) const;
187 bool ZipReader::ExtractCurrentEntry(WriterDelegate *delegate, uint64_t numBytesToExtract) const in ExtractCurrentEntry() function in OHOS::AppExecFwk::LIBZIP::ZipReader
271 … if (!reader.ExtractCurrentEntry(writer.get(), std::numeric_limits<uint64_t>::max())) { in UnzipWithFilterAndWriters()