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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 74 def _find_build_tool(toolname): function
179 cc = _find_build_tool('clang')
187 cc = _find_build_tool('clang')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 74 def _find_build_tool(toolname): function
179 cc = _find_build_tool('clang')
187 cc = _find_build_tool('clang')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 65 out = _osx_support._find_build_tool('cc')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 65 out = _osx_support._find_build_tool('cc')

Completed in 218 milliseconds