Searched refs:_find_executable (Results 1 – 11 of 11) sorted by relevance
29 def _find_executable(executable, path=None): function76 return (_find_executable(toolname)167 if not _find_executable(cc):
29 def _find_executable(executable, path=None): function79 return (_find_executable(toolname)221 if not _find_executable(cc):
39 cygwinccompiler.find_executable = self._find_executable56 def _find_executable(self, name): member in CygwinCCompilerTestCase
42 self.assertIsNone(_osx_support._find_executable(self.prog_name))48 _osx_support._find_executable(self.prog_name))
44 self.assertIsNone(_osx_support._find_executable(self.prog_name))50 _osx_support._find_executable(self.prog_name))