Searched refs:zip_file (Results 1 - 2 of 2) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
H A D | zip_writer.cpp | 37 bool AddFileContentToZip(zipFile zip_file, FilePath &file_path) in AddFileContentToZip() argument 60 if (zipWriteInFileInZip(zip_file, buf, num_bytes) != ZIP_OK) { in AddFileContentToZip() 76 zipFile zip_file, FilePath &path, bool isDirectory, struct tm *lastModified, const OPTIONS &options) in OpenNewFileEntry() 84 return ZipOpenNewFileInZip(zip_file, strPath, options, lastModified); in OpenNewFileEntry() 87 bool CloseNewFileEntry(zipFile zip_file) in CloseNewFileEntry() argument 89 return zipCloseFileInZip(zip_file) == ZIP_OK; in CloseNewFileEntry() 92 bool AddFileEntryToZip(zipFile zip_file, FilePath &relativePath, FilePath &absolutePath, const OPTIONS &options) in AddFileEntryToZip() argument 98 if (!OpenNewFileEntry(zip_file, relativePath, false, lastModified, options)) { in AddFileEntryToZip() 101 bool success = AddFileContentToZip(zip_file, absolutePath); in AddFileEntryToZip() 102 if (!CloseNewFileEntry(zip_file)) { in AddFileEntryToZip() 75 OpenNewFileEntry( zipFile zip_file, FilePath &path, bool isDirectory, struct tm *lastModified, const OPTIONS &options) OpenNewFileEntry() argument 109 AddDirectoryEntryToZip(zipFile zip_file, FilePath &path, struct tm *lastModified, const OPTIONS &options) AddDirectoryEntryToZip() argument 123 zipFile zip_file = OpenFdForZipping(zipFilefd, APPEND_STATUS_CREATE); InitZipFileWithFd() local 140 zipFile zip_file = OpenForZipping(zipFilePath.Value(), APPEND_STATUS_CREATE); InitZipFileWithFile() local 148 ZipWriter(zipFile zip_file) ZipWriter() argument [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/ |
H A D | zip_writer.h | 35 // Creates a writer that will write a ZIP file to |zipFilefd|/|zip_file| 41 explicit ZipWriter(zipFile zip_file);
|
Completed in 2 milliseconds