HomeSort by relevance Sort by last modified time
    Searched refs:_normalize_path (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/system/
logutils.py 45 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/
test_dispatch.py 57 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/
dispatch.py 69 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 1509 milliseconds