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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dpath.py43 def cygpath(path): function
49 # from multiple threads under protection of a lock (as is done in cygpath())
51 """Manages a long-running 'cygpath' process for file conversion."""
72 # Make sure the cygpath subprocess always gets shutdown cleanly.
82 args = ['cygpath', '-f', '-', '-wa']
104 # Some versions of cygpath use lowercase drive letters while others
122 return _winpath_to_uri(cygpath(path))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase.py56 from webkitpy.common.system.path import cygpath namespace
1666 return cygpath(path)

Completed in 82 milliseconds