Home
last modified time | relevance | path

Searched refs:OpenFdForUnzipping (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_internal.h44 unzFile OpenFdForUnzipping(PlatformFile zipFD);
49 unzFile OpenFdForUnzipping(int zipFD);
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_zip.cpp196 static unzFile OpenFdForUnzipping(int zipFD) in OpenFdForUnzipping() function
205 zipFile uf = OpenFdForUnzipping(fd); in OpenZipFile()
324 unzFile uz = OpenFdForUnzipping(fd); in IsZipFile()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_reader.cpp98 zipFile_ = OpenFdForUnzipping(zipFd); in OpenFromPlatformFile()
H A Dzip_internal.cpp220 unzFile OpenFdForUnzipping(int zipFD) in OpenFdForUnzipping() function