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 | 305 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
|
| D | hap_packager.cpp | 456 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
|
| D | fast_app_packager.cpp | 625 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
|
| D | app_packager.cpp | 491 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
|
| 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 | 402 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 | 1034 String zipPath = destDirPath + LINUX_FILE_SEPARATOR + fileName; in packFilesByPath() local
|