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

  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
cygwinccompiler.py 445 gcc_exe = os.environ.get('CC') or find_executable('gcc')
447 if gcc_exe:
448 out = os.popen(gcc_exe + ' -dumpversion','r')
456 out = os.popen(gcc_exe + ' --print-prog-name ld','r')
emxccompiler.py 302 gcc_exe = find_executable('gcc')
303 if gcc_exe:
304 out = os.popen(gcc_exe + ' -dumpversion','r')
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
cygwinccompiler.py 445 gcc_exe = os.environ.get('CC') or find_executable('gcc')
447 if gcc_exe:
448 out = os.popen(gcc_exe + ' -dumpversion','r')
456 out = os.popen(gcc_exe + ' --print-prog-name ld','r')
emxccompiler.py 302 gcc_exe = find_executable('gcc')
303 if gcc_exe:
304 out = os.popen(gcc_exe + ' -dumpversion','r')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 445 gcc_exe = os.environ.get('CC') or find_executable('gcc')
447 if gcc_exe:
448 out = os.popen(gcc_exe + ' -dumpversion','r')
456 out = os.popen(gcc_exe + ' --print-prog-name ld','r')
emxccompiler.py 302 gcc_exe = find_executable('gcc')
303 if gcc_exe:
304 out = os.popen(gcc_exe + ' -dumpversion','r')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 445 gcc_exe = os.environ.get('CC') or find_executable('gcc')
447 if gcc_exe:
448 out = os.popen(gcc_exe + ' -dumpversion','r')
456 out = os.popen(gcc_exe + ' --print-prog-name ld','r')
emxccompiler.py 302 gcc_exe = find_executable('gcc')
303 if gcc_exe:
304 out = os.popen(gcc_exe + ' -dumpversion','r')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
emxccompiler.py 302 gcc_exe = find_executable('gcc')
303 if gcc_exe:
304 out = os.popen(gcc_exe + ' -dumpversion','r')
cygwinccompiler.py 413 gcc_exe = find_executable('gcc')
414 if gcc_exe:
415 out = os.popen(gcc_exe + ' -dumpversion','r')
  /external/python/cpython2/Lib/distutils/
emxccompiler.py 302 gcc_exe = find_executable('gcc')
303 if gcc_exe:
304 out = os.popen(gcc_exe + ' -dumpversion','r')
cygwinccompiler.py 418 gcc_exe = find_executable('gcc')
419 if gcc_exe:
420 out = os.popen(gcc_exe + ' -dumpversion','r')

Completed in 512 milliseconds