Home
last modified time | relevance | path

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

/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/adapter/ohos/
DPackageUtil.java237 private static String getZipEntryContent(Path zipPath, String entryName) { in getZipEntryContent()
DUncompress.java1002 String zipPath = destDirPath + LINUX_FILE_SEPARATOR + fileName; in packFilesByPath() local