Searched defs:cygpath (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dpath.py46 def cygpath(path): function
52 # from multiple threads under protection of a lock (as is done in cygpath())
54 """Manages a long-running 'cygpath' process for file conversion."""
75 # Make sure the cygpath subprocess always gets shutdown cleanly.
85 args = ['cygpath', '-f', '-', '-wa']
107 # Some versions of cygpath use lowercase drive letters while others
127 return _winpath_to_uri(cygpath(path))
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dchromium.py42 from webkitpy.common.system.path import cygpath namespace
327 return cygpath(path)

Completed in 60 milliseconds