Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DUncompress.java94 File destFile = new File(utility.getOutPath()); in unpackageProcess() local
562 File destFile = new File(tempPath); in unzipFromFile() local
587 …private static void dataTransfer(ZipFile zipFile, ZipEntry entry, File destFile) throws BundleExce… in dataTransfer()
636 File destFile = new File(tempPath); in dataTransferAllFiles() local
669 File destFile = new File(filePath); in dataTransferFilesByApp() local
1651 File destFile = new File(filePath); in uncompressAPPQFFile() local
DFileUtils.java342 … public static void copyFile(File sourceFile, File destFile) throws IOException, BundleException { in copyFile()
DCompressor.java240 File destFile = new File(utility.getOutPath()); in compressProcess() local
1038 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.cpp302 bool CompressFile(const std::string &dataFile, const std::string &destFile) in CompressFile()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Dutilities.cpp352 bool CompressFile(const std::string &dataFile, const std::string &destFile) in CompressFile()
/developtools/hiperf/src/
Dutilities.cpp375 bool CompressFile(const std::string &dataFile, const std::string &destFile) in CompressFile()