Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_writer.h38 static zipFile InitZipFileWithFd(PlatformFile zipFilefd);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp116 zipFile ZipWriter::InitZipFileWithFd(PlatformFile zipFilefd) in InitZipFileWithFd() function in OHOS::AppExecFwk::LIBZIP::ZipWriter
H A Dzip.cpp168 zipWriter = std::make_unique<ZipWriter>(ZipWriter::InitZipFileWithFd(params.DestFd())); in Zip()
231 zipWriter = std::make_unique<ZipWriter>(ZipWriter::InitZipFileWithFd(params.DestFd())); in Zips()