Home
last modified time | relevance | path

Searched refs:CloseZipFile (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dutil.cpp206 return CloseZipFile(zipFile, false); in ReadZipFile()
214 return CloseZipFile(zipFile, false); in ReadZipFile()
218 return CloseZipFile(zipFile, false); in ReadZipFile()
222 return CloseZipFile(zipFile, false); in ReadZipFile()
232 return CloseZipFile(zipFile, false); in ReadZipFile()
238 return CloseZipFile(zipFile, false); in ReadZipFile()
242 return CloseZipFile(zipFile, true); in ReadZipFile()
245 bool CloseZipFile(const unzFile zipFile, bool ret) in CloseZipFile() function
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dzip_util.h31 static void CloseZipFile(zipFile& zipfile);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/log/
H A Dbackup_zip_util.h32 EXPORT static void CloseZipFile(zipFile& zipfile);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/log/
H A Dbackup_zip_util.cpp37 void BackupZipUtil::CloseZipFile(zipFile& zipfile) in CloseZipFile() function in OHOS::Media::BackupZipUtil
H A Dbackup_hi_audit.cpp205 BackupZipUtil::CloseZipFile(compressZip); in ZipAuditLog()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dzip_util.cpp37 void ZipUtil::CloseZipFile(zipFile& zipfile) in CloseZipFile() function in OHOS::Media::ZipUtil
H A Dhi_audit.cpp203 Media::ZipUtil::CloseZipFile(compressZip); in ZipAuditLog()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dutil.h161 bool CloseZipFile(const unzFile zipFile, bool ret);