Home
last modified time | relevance | path

Searched refs:force_copy (Results 1 – 6 of 6) 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/python/cpython3/Lib/venv/
D__init__.py162 force_copy = not self.symlinks
163 if not force_copy:
173 force_copy = True
174 if force_copy:
/external/autotest/client/site_tests/hardware_Usb30Throughput/
Dhardware_Usb30Throughput.py106 utils.force_copy(src, dst)
/external/mesa3d/src/loader/
Dloader_dri3_helper.h197 bool force_copy);
Dloader_dri3_helper.c798 bool force_copy) in loader_dri3_swap_buffers_msc() argument
822 if (draw->swap_method != __DRI_ATTRIB_SWAP_UNDEFINED || force_copy) in loader_dri3_swap_buffers_msc()
835 if (draw->swap_method == __DRI_ATTRIB_SWAP_COPY || force_copy) in loader_dri3_swap_buffers_msc()
/external/autotest/client/bin/
Dutils.py124 def force_copy(src, dest): function