Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp167 return FlushEntriesIfNeeded(false, options); in AddEntries()
172 bool success = FlushEntriesIfNeeded(true, options) && zipClose(zipFile_, nullptr) == ZIP_OK; in Close()
177 bool ZipWriter::FlushEntriesIfNeeded(bool force, const OPTIONS &options) in FlushEntriesIfNeeded() function in OHOS::AppExecFwk::LIBZIP::ZipWriter
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_writer.h56 bool FlushEntriesIfNeeded(bool force, const OPTIONS &options);