Searched defs:zipPath (Results 1 – 11 of 11) sorted by relevance
| /developtools/packing_tool/packing_tool/frameworks/src/ |
| D | zip_wrapper.cpp | 29 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()
|
| D | hsp_packager.cpp | 441 std::string zipPath = Constants::NULL_DIR_NAME; in CompressHspModePartSecond() local 502 std::string zipPath = Constants::NULL_DIR_NAME; in CompressHspModePartFourth() local 555 std::string zipPath = fs::path(jarPathItem).filename().string(); in CompressHspModeMultiple() local 563 std::string zipPath = fs::path(txtPathItem).filename().string(); in CompressHspModeMultiple() local
|
| D | hap_packager.cpp | 528 std::string zipPath = Constants::SO_ARM64_DIR + fs::path(soPathItem).filename().string(); in CompressHapModeMultiple() local 560 std::string zipPath = fs::path(Item).filename().string(); in AddFileListToZip() local 602 std::string zipPath = Constants::NULL_DIR_NAME; in AddParamFileToZip() local 665 std::string zipPath = Constants::NULL_DIR_NAME; in AddPkgAndBinFileToZipForStageMaode() local
|
| D | fast_app_packager.cpp | 642 std::string zipPath = Constants::NULL_DIR_NAME; in RepackHsp() local 763 std::string zipPath = Constants::NULL_DIR_NAME; in AddSignatureAndCertificateToApp() local 776 std::string zipPath = Constants::NULL_DIR_NAME; in AddSignatureAndCertificateToApp() local 811 std::string zipPath = Constants::NULL_DIR_NAME; in packSingleThread() local 845 std::string zipPath = entry.filename().string(); in AddOtherFileToZip() local
|
| D | app_packager.cpp | 520 std::string zipPath = Constants::NULL_DIR_NAME; in CompressOtherFiles() local 528 std::string zipPath = Constants::NULL_DIR_NAME; in CompressOtherFiles() local 563 std::string zipPath = Constants::NULL_DIR_NAME; in CompressAppMode() local
|
| D | zip_utils.cpp | 39 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()
|
| D | multiapp_packager.cpp | 418 std::string zipPath = fs::path(hapPath).filename().string(); in CompressAppModeForMultiProject() local
|
| /developtools/packing_tool/ohos_packing_tool/frameworks/src/ |
| D | packager.cpp | 76 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/ |
| D | zip_wrapper_test.cpp | 213 std::string zipPath; variable 242 std::string zipPath = "./test.zip"; variable
|
| /developtools/packing_tool/adapter/ohos/ |
| D | PackageUtil.java | 237 private static String getZipEntryContent(Path zipPath, String entryName) { in getZipEntryContent()
|
| D | Uncompress.java | 1037 String zipPath = destDirPath + LINUX_FILE_SEPARATOR + fileName; in packFilesByPath() local
|