Home
last modified time | relevance | path

Searched refs:force_copy (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/
Dhardware_UsbBasicFileOperations.py65 utils.force_copy(self._src.name, self._dst.name)
104 utils.force_copy(self._src.name, self._dst.name)
/external/autotest/client/bin/
Dkernel.py305 ref = utils.force_copy(local, self.results_dir)
380 utils.force_copy(self.build_dir+'/System.map',
514 utils.force_copy('vmlinux', self.vmlinux)
516 utils.force_copy(self.build_image, self.image)
517 utils.force_copy('System.map', self.system_map)
518 utils.force_copy('.config', self.config_file)
Dkernel_unittest.py380 utils.force_copy.expect_call('patch3',
468 utils.force_copy.expect_call(self.build_dir+'/System.map',
550 utils.force_copy.expect_call('vmlinux',
552 utils.force_copy.expect_call('build_target',
554 utils.force_copy.expect_call('System.map',
556 utils.force_copy.expect_call('.config',
Dbase_utils.py192 def force_copy(src, dest): function
/external/autotest/client/site_tests/hardware_Usb30Throughput/
Dhardware_Usb30Throughput.py106 base_utils.force_copy(src, dst)