Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_writer.h47 …bool WriteEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &options);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp156 bool ZipWriter::WriteEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS… in WriteEntries() function in OHOS::AppExecFwk::LIBZIP::ZipWriter
H A Dzip.cpp176 return zipWriter->WriteEntries(*filesToAdd, options); in Zip()
239 return zipWriter->WriteEntries(*filesToAdd, options); in Zips()