Home
last modified time | relevance | path

Searched refs:FlushEntriesIfNeeded (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/zlib/google/
Dzip_writer.cc136 return FlushEntriesIfNeeded(/*force=*/false); in AddEntries()
140 bool success = FlushEntriesIfNeeded(/*force=*/true) && in Close()
146 bool ZipWriter::FlushEntriesIfNeeded(bool force) { in FlushEntriesIfNeeded() function in zip::internal::ZipWriter
Dzip_writer.h62 bool FlushEntriesIfNeeded(bool force);