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

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_util.py 67 cygwin_path = 'c:\\cygwin\\bin'
68 cygwin_perl = os.path.join(cygwin_path, 'perl')
72 os.path.join(_TEST_DATA_DIR, 'README'), cygwin_path))
76 os.path.join(_TEST_DATA_DIR, 'hello.pl'), cygwin_path))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
util.py 85 def __translate_interp(interp, cygwin_path):
89 For Win32 python, cygwin_path is a directory of cygwin binaries.
93 cygwin_path: directory name of cygwin binary, or None
97 if not cygwin_path:
101 cmd = os.path.join(cygwin_path, m.group(1))
106 def get_script_interp(script_path, cygwin_path=None):
112 "/usr/bin/perl" to "<cygwin_path>\perl.exe".
116 cygwin_path: directory name of cygwin binary, or None
125 return __translate_interp(m.group(1), cygwin_path)
129 def wrap_popen3_for_win(cygwin_path)
    [all...]
standalone.py     [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
util.py 80 def __translate_interp(interp, cygwin_path):
84 For Win32 python, cygwin_path is a directory of cygwin binaries.
88 cygwin_path: directory name of cygwin binary, or None
92 if not cygwin_path:
96 cmd = os.path.join(cygwin_path, m.group(1))
101 def get_script_interp(script_path, cygwin_path=None):
107 "/usr/bin/perl" to "<cygwin_path>\perl.exe".
111 cygwin_path: directory name of cygwin binary, or None
120 return __translate_interp(m.group(1), cygwin_path)
124 def wrap_popen3_for_win(cygwin_path)
    [all...]
standalone.py     [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py     [all...]

Completed in 65 milliseconds