OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cscript_path
(Results
1 - 2
of
2
) sorted by null
/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 870 milliseconds