Searched refs:_normalize_path (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dlogutils.py45 def _normalize_path(path): function
96 path = _normalize_path(path)
101 webkitpy_path = _normalize_path(webkitpy.__file__)
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_dispatch.py57 dispatch._normalize_path('/a/b'))
59 dispatch._normalize_path('\\a\\b'))
61 dispatch._normalize_path('/a/c/../b'))
63 dispatch._normalize_path('abc'))
77 self.assertEqual('/h', converter(dispatch._normalize_path(
82 self.assertEqual('/h', converter(dispatch._normalize_path(
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Ddispatch.py69 def _normalize_path(path): function
96 base_dir = _normalize_path(base_dir)
104 # _normalize_path must not be used because resolving symlink breaks
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Ddispatch.py69 def _normalize_path(path): function
96 base_dir = _normalize_path(base_dir)
104 # _normalize_path must not be used because resolving symlink breaks

Completed in 160 milliseconds