layout_tests_mover.py | 90 def _move_path(self, path, origin, destination): member in class:LayoutTestsMover 167 new_path = self._move_path(path, self._origin, self._destination) 216 new_root = self._move_path(root, self._absolute_origin, self._absolute_destination) 217 new_absolute_reference = self._move_path(absolute_reference, self._absolute_origin, self._absolute_destination)
|