Home
last modified time | relevance | path

Searched refs:_find_build_tool (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
D_osx_support.py77 def _find_build_tool(toolname): function
233 cc = _find_build_tool('clang')
241 cc = _find_build_tool('clang')
/third_party/python/Lib/test/
Dtest__osx_support.py64 out = _osx_support._find_build_tool('cc')