Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DUncompress.java91 File destFile = new File(utility.getOutPath()); in unpackageProcess() local
578 File destFile = new File(tempPath); in unzipFromFile() local
603 …private static void dataTransfer(ZipFile zipFile, ZipEntry entry, File destFile) throws BundleExce… in dataTransfer()
652 File destFile = new File(tempPath); in dataTransferAllFiles() local
685 File destFile = new File(filePath); in dataTransferFilesByApp() local
1664 File destFile = new File(filePath); in uncompressAPPQFFile() local
DScan.java75 File destFile = new File(utility.getOutPath()); in scanProcess() local
DFileUtils.java343 … public static void copyFile(File sourceFile, File destFile) throws IOException, BundleException { in copyFile()
DCompressor.java346 File destFile = new File(utility.getOutPath()); in defaultProcess() local
708 File destFile = new File(utility.getOutPath()); in checkAppAtomicServiceCompressedSizeValid() local
1367 File destFile = new File(utility.getOutPath() + LINUX_FILE_SEPARATOR + hapFileName); in hapAddition() local
1413 File destFile = new File(dest); in copyFileSafely() local
DCompressVerify.java1024 File destFile = new File(destPath); in isVerifyValidInHapAdditionMode() 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.cpp319 bool CompressFile(const std::string &dataFile, const std::string &destFile) in CompressFile()
/developtools/hiperf/src/
Dutilities.cpp368 bool CompressFile(const std::string &dataFile, const std::string &destFile) in CompressFile()