Home
last modified time | relevance | path

Searched refs:_convert_path (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
Dpath.py40 return "file:" + _escape(_convert_path(platform, path))
119 def _convert_path(platform, path): function
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dbase.py481 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