Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DUncompress.java93 File destFile = new File(utility.getOutPath()); in unpackageProcess() local
565 File destFile = new File(tempPath); in unzipFromFile() local
590 …private static void dataTransfer(ZipFile zipFile, ZipEntry entry, File destFile) throws BundleExce… in dataTransfer()
639 File destFile = new File(tempPath); in dataTransferAllFiles() local
672 File destFile = new File(filePath); in dataTransferFilesByApp() local
1654 File destFile = new File(filePath); in uncompressAPPQFFile() local
DFileUtils.java342 … public static void copyFile(File sourceFile, File destFile) throws IOException, BundleException { in copyFile()
DCompressor.java253 File destFile = new File(utility.getOutPath()); in compressProcess() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyElf.java154 …private void writeCertificate(String destFile, List<X509Certificate> certificates) throws IOExcept… in writeCertificate()
DVerifyHap.java178 …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/hiperf/src/
Dutilities.cpp378 bool CompressFile(const std::string &dataFile, const std::string &destFile) in CompressFile()