Searched refs:find_all_on_path (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/PCbuild/ |
D | prepare_ssl.py | 30 def find_all_on_path(filename, extras=None): function 169 perls = find_all_on_path("perl.exe", [r"\perl\bin", 179 if not find_all_on_path('nmake.exe'): 182 if not find_all_on_path('nasm.exe'):
|
/external/python/cpython2/PC/VS7.1/ |
D | build_ssl.py | 19 def find_all_on_path(filename, extras = None): function 126 perls = find_all_on_path("perl.exe", ["\\perl\\bin", "C:\\perl\\bin"])
|
/external/python/cpython2/PC/VC6/ |
D | build_ssl.py | 24 def find_all_on_path(filename, extras = None): function 160 perls = find_all_on_path("perl.exe", ["\\perl\\bin", "C:\\perl\\bin"])
|
/external/python/cpython2/PC/VS9.0/ |
D | build_ssl.py | 32 def find_all_on_path(filename, extras = None): function 159 perls = find_all_on_path("perl.exe", [r"\perl\bin",
|
/external/python/cpython2/PC/VS8.0/ |
D | build_ssl.py | 29 def find_all_on_path(filename, extras = None): function 179 perls = find_all_on_path("perl.exe", ["\\perl\\bin", "C:\\perl\\bin"])
|