Home
last modified time | relevance | path

Searched defs:AddFileToZip (Results 1 – 2 of 2) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/src/
Dzip_wrapper.cpp139 int32_t ZipWrapper::AddFileToZip(const std::string &filePath, const std::string &zipPath) in AddFileToZip() function in OHOS::AppPackingTool::ZipWrapper
144 int32_t ZipWrapper::AddFileToZip(const fs::path &fsFilePath, const fs::path &fsZipPath) in AddFileToZip() function in OHOS::AppPackingTool::ZipWrapper
/developtools/packing_tool/ohos_packing_tool/frameworks/src/
Dpackager.cpp76 void Packager::AddFileToZip(zipFile zf, const fs::path &filePath, const fs::path &zipPath, zip_file… in AddFileToZip() function in OHOS::AppPackingTool::Packager