Home
last modified time | relevance | path

Searched defs:zipPath (Results 1 – 11 of 11) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/src/
Dzip_wrapper.cpp29 ZipWrapper::ZipWrapper(std::string zipPath) : zipFile_(nullptr), zipFilePath_(zipPath) in ZipWrapper()
37 int32_t ZipWrapper::Open(std::string& zipPath, int32_t append) in Open()
65 int32_t ZipWrapper::AddFileOrDirectoryToZip(const std::string &filePath, const std::string &zipPath) in AddFileOrDirectoryToZip()
93 int32_t ZipWrapper::WriteStringToZip(const std::string &content, const std::string& zipPath) in WriteStringToZip()
115 int32_t ZipWrapper::AddEmptyDirToZip(const std::string &zipPath) in AddEmptyDirToZip()
139 int32_t ZipWrapper::AddFileToZip(const std::string &filePath, const std::string &zipPath) in AddFileToZip()
Dhsp_packager.cpp305 std::string zipPath = Constants::NULL_DIR_NAME; in CompressHspModePartSecond() local
366 std::string zipPath = Constants::NULL_DIR_NAME; in CompressHspModePartFourth() local
419 std::string zipPath = fs::path(jarPathItem).filename().string(); in CompressHspModeMultiple() local
427 std::string zipPath = fs::path(txtPathItem).filename().string(); in CompressHspModeMultiple() local
Dhap_packager.cpp456 std::string zipPath = Constants::SO_ARM64_DIR + fs::path(soPathItem).filename().string(); in CompressHapModeMultiple() local
488 std::string zipPath = fs::path(Item).filename().string(); in AddFileListToZip() local
530 std::string zipPath = Constants::NULL_DIR_NAME; in AddParamFileToZip() local
593 std::string zipPath = Constants::NULL_DIR_NAME; in AddPkgAndBinFileToZipForStageMaode() local
Dfast_app_packager.cpp625 std::string zipPath = Constants::NULL_DIR_NAME; in RepackHsp() local
735 std::string zipPath = Constants::NULL_DIR_NAME; in AddSignatureAndCertificateToApp() local
748 std::string zipPath = Constants::NULL_DIR_NAME; in AddSignatureAndCertificateToApp() local
783 std::string zipPath = Constants::NULL_DIR_NAME; in packSingleThread() local
817 std::string zipPath = entry.filename().string(); in AddOtherFileToZip() local
Dapp_packager.cpp491 std::string zipPath = Constants::NULL_DIR_NAME; in CompressOtherFiles() local
499 std::string zipPath = Constants::NULL_DIR_NAME; in CompressOtherFiles() local
527 std::string zipPath = Constants::NULL_DIR_NAME; in CompressAppMode() local
Dzip_utils.cpp39 const std::string& zipPath, const ZipLevel& zipLevel, const int32_t& append) in Zip()
57 int32_t ZipUtils::Unzip(const std::string& zipPath, const std::string& filePath) in Unzip()
Dmultiapp_packager.cpp402 std::string zipPath = fs::path(hapPath).filename().string(); in CompressAppModeForMultiProject() local
/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()
113 void Packager::WriteStringToZip(zipFile zf, const std::string &content, const fs::path &zipPath, zi… in WriteStringToZip()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/zip_wrapper_test/
Dzip_wrapper_test.cpp213 std::string zipPath; variable
242 std::string zipPath = "./test.zip"; variable
/developtools/packing_tool/adapter/ohos/
DPackageUtil.java237 private static String getZipEntryContent(Path zipPath, String entryName) { in getZipEntryContent()
DUncompress.java1034 String zipPath = destDirPath + LINUX_FILE_SEPARATOR + fileName; in packFilesByPath() local