Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/trace_streamer/src/base/
Dfile.cpp275 std::ofstream destFile(writeFilePath.string(), std::ios::binary); in Unzlib() local
284 bool LocalZip::WriteFile(std::ifstream &srcFile, std::ofstream &destFile) in WriteFile()
/developtools/packing_tool/adapter/ohos/
DUncompress.java99 File destFile = new File(utility.getOutPath()); in unpackageProcess() local
613 File destFile = new File(tempPath); in unzipFromFile() local
638 …private static void dataTransfer(ZipFile zipFile, ZipEntry entry, File destFile) throws BundleExce… in dataTransfer()
687 File destFile = new File(tempPath); in dataTransferAllFiles() local
720 File destFile = new File(filePath); in dataTransferFilesByApp() local
1715 File destFile = new File(tempPath); in getLibsFromPackageAndUnpackage() local
1837 File destFile = new File(filePath); in uncompressAPPQFFile() local
DScan.java75 File destFile = new File(utility.getOutPath()); in scanProcess() local
DFileUtils.java345 … public static void copyFile(File sourceFile, File destFile) throws IOException, BundleException { in copyFile()
DCompressor.java480 File destFile = new File(utility.getOutPath()); in defaultProcess() local
1014 File destFile = new File(utility.getOutPath()); in checkAppAtomicServiceCompressedSizeValid() local
1736 File destFile = new File(utility.getOutPath() + LINUX_FILE_SEPARATOR + hapFileName); in hapAddition() local
1783 File destFile = new File(dest); in copyFileSafely() local
DCompressVerify.java1341 File destFile = new File(destPath); in isVerifyValidInHapAdditionMode() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyElf.java155 …private void writeCertificate(String destFile, List<X509Certificate> certificates) throws IOExcept… in writeCertificate()
DVerifyHap.java179 …private void writeCertificate(String destFile, List<X509Certificate> certificates) throws IOExcept… in writeCertificate()
/developtools/packing_tool/packing_tool/frameworks/src/
Dpackager.cpp463 std::ofstream destFile(realDestFilePath, std::ios::binary | std::ios::trunc); in CompressPackinfoIntoHap() local
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp413 bool CompressFile(const std::string &dataFile, const std::string &destFile) in CompressFile()
/developtools/hiperf/src/
Dutilities.cpp410 bool CompressFile(const std::string &dataFile, const std::string &destFile) in CompressFile()