Searched refs:ospath (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dospath_unittest.py23 """Unit tests for ospath.py."""
28 from webkitpy.common.system.ospath import relpath
H A Dfilesystem.py42 from webkitpy.common.system import ospath namespace
222 return ospath.relpath(path, start)
H A Dfilesystem_mock.py34 from webkitpy.common.system import ospath namespace
261 return ospath.relpath(path, start, self.abspath, self.sep)
/external/webkit/Tools/Scripts/webkitpy/style/
H A Dmain.py27 from webkitpy.common.system.ospath import relpath as _relpath
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Ddeduplicate_tests.py43 from webkitpy.common.system import ospath namespace
187 return ospath.relpath(abs_path, relative_to)
/external/webkit/Tools/Scripts/webkitpy/common/config/
H A Dcommittervalidator.py33 from webkitpy.common.system.ospath import relpath
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dwebkit.py43 from webkitpy.common.system import ospath namespace
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dscm.py41 from webkitpy.common.system import ospath namespace
346 self._patch_directories = [ospath.relpath(cwd, self.checkout_root)]

Completed in 94 milliseconds