Home
last modified time | relevance | path

Searched refs:copyFile (Results 1 – 17 of 17) sorted by relevance

/developtools/integration_verification/DeployDevice/src/aw/ExtractFile/
DExtractFile.py15 from aw.Common.Common import copyFile, copyDirectory
50 copyFile(file, extract_dir)
/developtools/integration_verification/DeployDevice/src/aw/Common/
DCommon.py11 def copyFile(source_path, copy_path, size=1024 * 1024): function
61 copyFile(file_path, child_path)
/developtools/smartperf_host/ide/test/command/
DCmd.test.ts53 expect(Cmd.copyFile('', '')).toBeUndefined();
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/
DliteOsUpgrade_L1_shequ_app copy.py15 from aw.Common.Common import getHostIp, copyFile, copyDirectory
226 copyFile(toolpath, hiburntoolpath)
254 copyFile(old_xml_path, xml_path)
264 copyFile(ubootpath, local_image_path)
DliteOsUpgrade_linux_app.py17 from aw.Common.Common import getHostIp, copyFile, copyDirectory
229 copyFile(toolpath, hiburntoolpath)
253 copyFile(old_xml_path, xml_path)
263 copyFile(ubootpath, local_image_path)
DliteOsUpgrade_L1_shequ_app.py15 from aw.Common.Common import getHostIp, copyFile, copyDirectory
227 copyFile(toolpath, hiburntoolpath)
255 copyFile(old_xml_path, xml_path)
265 copyFile(ubootpath, local_image_path)
DliteOsUpgrade_L2_app.py16 from aw.Common.Common import getHostIp, copyFile, copyDirectory
235 copyFile(toolpath, hiburntoolpath)
277 copyFile(old_xml_path, xml_path)
DliteOsUpgrade_RK3568_app.py21 from aw.Common.Common import getHostIp, copyFile, copyDirectory
/developtools/ace_js2bundle/ace-loader/src/
Dresource-plugin.js38 function copyFile(input, output) { function
/developtools/integration_verification/DeployDevice/src/aw/Download/
DDownloadold.py37 from aw.Common.Common import subProcessPopen, copyFile
348 copyFile(file_name, child_path, 32 * 1024)
361 copyFile(source_path, download_dir)
DDownload.py37 from aw.Common.Common import subProcessPopen, copyFile
354 copyFile(file_name, child_path, 32 * 1024)
367 copyFile(source_path, download_dir)
/developtools/smartperf_host/ide/
Dwebpack.config.js52 fs.copyFile(source, target, (err) => {
/developtools/smartperf_host/ide/src/command/
DCmd.ts149 static copyFile(fileName: string, distFile: string, callback: Function): void { method in Cmd
/developtools/packing_tool/adapter/ohos/
DScan.java162 FileUtils.copyFile(sourceFile, targetFile); in getAllInputFileList()
DFileUtils.java343 … public static void copyFile(File sourceFile, File destFile) throws IOException, BundleException { in copyFile() method in FileUtils
DCompressor.java1203 FileUtils.copyFile(hapFile, backupFile); in copyHapFile()
1211 FileUtils.copyFile(sourceFile, destFile); in copyFileSafely()
1495 FileUtils.copyFile(hapFile, new File((tempDir +File.separator + hapFile.getName()))); in disposeHap()
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts263 copyFile(inputFile, outputFile);
271 function copyFile(inputFile: string, outputFile: string): void { function