Home
last modified time | relevance | path

Searched refs:DestFd (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip.cpp167 if (params.DestFd() != kInvalidPlatformFile) { in Zip()
168 zipWriter = std::make_unique<ZipWriter>(ZipWriter::InitZipFileWithFd(params.DestFd())); in Zip()
230 if (params.DestFd() != kInvalidPlatformFile) { in Zips()
231 zipWriter = std::make_unique<ZipWriter>(ZipWriter::InitZipFileWithFd(params.DestFd())); in Zips()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip.h56 int DestFd() const in DestFd() function in OHOS::AppExecFwk::LIBZIP::ZipParams
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dcj_zip.cpp157 if (params.DestFd() != kInvalidPlatformFile) { in Zip()
158 zipWriter = std::make_unique<ZipWriter>(ZipWriter::InitZipFileWithFd(params.DestFd())); in Zip()

Completed in 2 milliseconds