Home
last modified time | relevance | path

Searched refs:copyFile (Results 1 – 19 of 19) 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.ts54 expect(Cmd.copyFile('', '')).toBeUndefined();
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/
DliteOsUpgrade_L1_shequ_test_app.py15 from aw.Common.Common import getHostIp, copyFile, copyDirectory
225 copyFile(toolpath, hiburntoolpath)
254 copyFile(old_xml_path, xml_path)
264 copyFile(ubootpath, local_image_path)
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_L2_app - 副本.py15 from aw.Common.Common import getHostIp, copyFile, copyDirectory
224 copyFile(toolpath, hiburntoolpath)
248 copyFile(old_xml_path, xml_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_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_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.py20 from aw.Common.Common import getHostIp, copyFile, copyDirectory
DliteOsUpgrade_L1_shequ_dv_app.py15 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/
DDownload.py37 from aw.Common.Common import subProcessPopen, copyFile
354 copyFile(file_name, child_path, 32 * 1024)
367 copyFile(source_path, download_dir)
DDownloadold.py37 from aw.Common.Common import subProcessPopen, copyFile
348 copyFile(file_name, child_path, 32 * 1024)
361 copyFile(source_path, download_dir)
/developtools/smartperf_host/ide/src/command/
DCmd.ts149 static copyFile(fileName: string, distFile: string, callback: Function) { method in Cmd
/developtools/profiler/host/smartperf/ide/src/command/
DCmd.ts149 static copyFile(fileName: string, distFile: string, callback: Function) { method in Cmd
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts253 copyFile(inputFile, outputFile);
261 function copyFile(inputFile: string, outputFile: string): void { function
/developtools/packing_tool/adapter/ohos/
DFileUtils.java342 … public static void copyFile(File sourceFile, File destFile) throws IOException, BundleException { in copyFile() method in FileUtils
DCompressor.java1214 FileUtils.copyFile(hapFile, new File((tempDir +File.separator + hapFile.getName()))); in disposeHap()