Home
last modified time | relevance | path

Searched defs:zip_file (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp37 bool AddFileContentToZip(zipFile zip_file, FilePath &file_path) in AddFileContentToZip()
76zipFile zip_file, FilePath &path, bool isDirectory, struct tm *lastModified, const OPTIONS &option… in OpenNewFileEntry()
87 bool CloseNewFileEntry(zipFile zip_file) in CloseNewFileEntry()
92 bool AddFileEntryToZip(zipFile zip_file, FilePath &relativePath, FilePath &absolutePath, const OPTI… in AddFileEntryToZip()
109 bool AddDirectoryEntryToZip(zipFile zip_file, FilePath &path, struct tm *lastModified, const OPTION… in AddDirectoryEntryToZip()
123 zipFile zip_file = OpenFdForZipping(zipFilefd, APPEND_STATUS_CREATE); in InitZipFileWithFd() local
140 zipFile zip_file = OpenForZipping(zipFilePath.Value(), APPEND_STATUS_CREATE); in InitZipFileWithFile() local
148 ZipWriter::ZipWriter(zipFile zip_file) : zipFile_(zip_file) in ZipWriter()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
H A Dzip_writer.cpp156 bool ZipWriter::ZipOpenNewFileInZip(zipFile zip_file, const std::string &strPath) in ZipOpenNewFileInZip()
173 bool ZipWriter::AddFileContentToZip(zipFile zip_file, std::string &file_path) in AddFileContentToZip()
210 bool ZipWriter::OpenNewFileEntry(zipFile zip_file, std::string &path) in OpenNewFileEntry()
220 bool ZipWriter::CloseNewFileEntry(zipFile zip_file) in CloseNewFileEntry()
231 bool ZipWriter::AddFileEntryToZip(zipFile zip_file, std::string &relativePath, std::string &absolut… in AddFileEntryToZip()
/ohos5.0/base/update/packaging_tools/
H A Dupdate_package.py442 def create_hsd_for_build_tools(zip_file, files_to_sign): argument
H A Dpatch_package_process.py547 def package_block_patch(self, zip_file): argument
/ohos5.0/build/scripts/util/
H A Dbuild_utils.py296 def _is_symlink(zip_file, name): argument
346 def add_to_zip_hermetic(zip_file, argument