Searched defs:normpath (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dtest_files_unittest.py76 def normpath(self, path): member in class:MockWinFileSystem
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem.py189 def normpath(self, path): member in class:FileSystem
190 """Wraps os.path.normpath()."""
191 return os.path.normpath(path)
H A Dfilesystem_mock.py67 return self.normpath(path)
74 path = self.normpath(path)
148 path = self.normpath(path)
222 norm_path = self.normpath(self.join(*path))
234 def normpath(self, path): member in class:MockFileSystem
237 return re.sub(re.escape(os.path.sep), self.sep, os.path.normpath(path))

Completed in 115 milliseconds