Searched refs:force_copy (Results 1 – 6 of 6) sorted by relevance
65 utils.force_copy(self._src.name, self._dst.name)104 utils.force_copy(self._src.name, self._dst.name)
162 force_copy = not self.symlinks163 if not force_copy:173 force_copy = True174 if force_copy:
106 utils.force_copy(src, dst)
197 bool force_copy);
798 bool force_copy) in loader_dri3_swap_buffers_msc() argument822 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()
124 def force_copy(src, dest): function