Searched defs:destFile (Results 1 – 11 of 11) sorted by relevance
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/base/ |
| D | file.cpp | 275 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/ |
| D | Uncompress.java | 99 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
|
| D | Scan.java | 75 File destFile = new File(utility.getOutPath()); in scanProcess() local
|
| D | FileUtils.java | 345 … public static void copyFile(File sourceFile, File destFile) throws IOException, BundleException { in copyFile()
|
| D | Compressor.java | 480 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
|
| D | CompressVerify.java | 1341 File destFile = new File(destPath); in isVerifyValidInHapAdditionMode() local
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/ |
| D | VerifyElf.java | 155 …private void writeCertificate(String destFile, List<X509Certificate> certificates) throws IOExcept… in writeCertificate()
|
| D | VerifyHap.java | 179 …private void writeCertificate(String destFile, List<X509Certificate> certificates) throws IOExcept… in writeCertificate()
|
| /developtools/packing_tool/packing_tool/frameworks/src/ |
| D | packager.cpp | 463 std::ofstream destFile(realDestFilePath, std::ios::binary | std::ios::trunc); in CompressPackinfoIntoHap() local
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | utilities.cpp | 413 bool CompressFile(const std::string &dataFile, const std::string &destFile) in CompressFile()
|
| /developtools/hiperf/src/ |
| D | utilities.cpp | 410 bool CompressFile(const std::string &dataFile, const std::string &destFile) in CompressFile()
|