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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
unixccompiler.py 53 stripArch = stripSysroot = 0
62 stripArch = stripSysroot = True
65 stripSysroot = '-isysroot' in cc_args
81 if stripSysroot:
  /external/python/cpython2/Lib/
_osx_support.py 313 stripArch = stripSysroot = False
320 stripArch = stripSysroot = True
323 stripSysroot = '-isysroot' in cc_args
339 if stripSysroot:
  /external/python/cpython3/Lib/
_osx_support.py 313 stripArch = stripSysroot = False
320 stripArch = stripSysroot = True
323 stripSysroot = '-isysroot' in cc_args
339 if stripSysroot:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_osx_support.py 307 stripArch = stripSysroot = False
314 stripArch = stripSysroot = True
317 stripSysroot = '-isysroot' in cc_args
333 if stripSysroot:
  /prebuilts/gdb/linux-x86/lib/python2.7/
_osx_support.py 307 stripArch = stripSysroot = False
314 stripArch = stripSysroot = True
317 stripSysroot = '-isysroot' in cc_args
333 if stripSysroot:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 307 stripArch = stripSysroot = False
314 stripArch = stripSysroot = True
317 stripSysroot = '-isysroot' in cc_args
333 if stripSysroot:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 307 stripArch = stripSysroot = False
314 stripArch = stripSysroot = True
317 stripSysroot = '-isysroot' in cc_args
333 if stripSysroot:

Completed in 486 milliseconds