Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp37 bool AddFileContentToZip(zipFile zip_file, FilePath &file_path) in AddFileContentToZip() argument
87 bool CloseNewFileEntry(zipFile zip_file) in CloseNewFileEntry() argument
92 bool AddFileEntryToZip(zipFile zip_file, FilePath &relativePath, FilePath &absolutePath, const OPTIONS &options) in AddFileEntryToZip() argument
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...]

Completed in 1 milliseconds