Home
last modified time | relevance | path

Searched defs:destFile (Results 1 – 5 of 5) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DUncompress.java78 File destFile = new File(utility.getOutPath()); in unpackageProcess() local
154 File destFile = new File(srcPath); in uncompressApp() local
342 File destFile = new File(tempPath); in unzipFromFile() local
396 File destFile = new File(tempPath); in unzipByName() local
417 …private static void dataTransfer(ZipFile zipFile, ZipEntry entry, File destFile) throws BundleExce… in dataTransfer()
451 …private static void dataTransferByInput(InputStream input, File destFile, String fileName) throws … in dataTransferByInput()
509 File destFile = new File(tempPath); in dataTransferAllFiles() local
539 File destFile = new File(filePath); in dataTransferFilesByApp() local
798 File destFile = new File(srcPath); in getProfileInfoByInput() local
886 File destFile = new File(verifyDestPath); in parseHapInfoByTempPath() local
DCompressor.java154 File destFile = new File(utility.getOutPath()); in compressProcess() local
523 File destFile = new File(path + HAP_SUFFIX); in zipFile() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyHap.java149 …private void writeCertificate(String destFile, List<X509Certificate> certificates) throws IOExcept… in writeCertificate()
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp284 bool CompressFile(const std::string &dataFile, const std::string &destFile) in CompressFile()
/developtools/hiperf/src/
Dutilities.cpp359 bool CompressFile(const std::string &dataFile, const std::string &destFile) in CompressFile()