Searched refs:zipfi (Results 1 - 2 of 2) sorted by relevance
/developtools/packing_tool/ohos_packing_tool/frameworks/src/ |
H A D | packager.cpp | 76 void Packager::AddFileToZip(zipFile zf, const fs::path &filePath, const fs::path &zipPath, zip_fileinfo &zipfi) in AddFileToZip() argument 81 AddFileToZip(zf, entry.path(), tmpPath, zipfi); in AddFileToZip() 88 int ret = zipOpenNewFileInZip(zf, zipPath.string().c_str(), &zipfi, nullptr, 0, in AddFileToZip() 113 void Packager::WriteStringToZip(zipFile zf, const std::string &content, const fs::path &zipPath, zip_fileinfo &zipfi) in WriteStringToZip() argument 115 if (zipOpenNewFileInZip(zf, zipPath.string().c_str(), &zipfi, nullptr, 0, nullptr, 0, nullptr, 0, in WriteStringToZip()
|
/developtools/packing_tool/ohos_packing_tool/frameworks/include/ |
H A D | packager.h | 69 void AddFileToZip(zipFile zf, const fs::path &filePath, const fs::path &zipPath, zip_fileinfo &zipfi); 70 void WriteStringToZip(zipFile zf, const std::string &content, const fs::path &zipPath, zip_fileinfo &zipfi);
|
Completed in 2 milliseconds