Searched refs:_convert_path (Results 1 – 2 of 2) sorted by relevance
40 return "file:" + _escape(_convert_path(platform, path))119 def _convert_path(platform, path): function
481 native_expected_filename = self._convert_path(expected_filename)482 native_actual_filename = self._convert_path(actual_filename)483 native_diff_filename = self._convert_path(diff_filename)1686 def _convert_path(self, path): member in Port