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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_winsound.py 228 cscript_path = os.path.join(dir, "cscript.exe")
229 if os.path.exists(cscript_path):
230 return cscript_path
237 cscript_path = _get_cscript_path()
238 if cscript_path is None:
245 p = subprocess.Popen([cscript_path, check_script],
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_winsound.py 229 cscript_path = os.path.join(dir, "cscript.exe")
230 if os.path.exists(cscript_path):
231 return cscript_path
238 cscript_path = _get_cscript_path()
239 if cscript_path is None:
246 p = subprocess.Popen([cscript_path, check_script],
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_winsound.py 229 cscript_path = os.path.join(dir, "cscript.exe")
230 if os.path.exists(cscript_path):
231 return cscript_path
238 cscript_path = _get_cscript_path()
239 if cscript_path is None:
246 p = subprocess.Popen([cscript_path, check_script],
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winsound.py 229 cscript_path = os.path.join(dir, "cscript.exe")
230 if os.path.exists(cscript_path):
231 return cscript_path
238 cscript_path = _get_cscript_path()
239 if cscript_path is None:
246 p = subprocess.Popen([cscript_path, check_script],
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winsound.py 229 cscript_path = os.path.join(dir, "cscript.exe")
230 if os.path.exists(cscript_path):
231 return cscript_path
238 cscript_path = _get_cscript_path()
239 if cscript_path is None:
246 p = subprocess.Popen([cscript_path, check_script],

Completed in 291 milliseconds