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

  /external/python/cpython2/Lib/
_osx_support.py 29 def _find_executable(executable, path=None): function
76 return (_find_executable(toolname)
167 if not _find_executable(cc):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_osx_support.py 29 def _find_executable(executable, path=None): function
76 return (_find_executable(toolname)
167 if not _find_executable(cc):
  /prebuilts/gdb/linux-x86/lib/python2.7/
_osx_support.py 29 def _find_executable(executable, path=None): function
76 return (_find_executable(toolname)
167 if not _find_executable(cc):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 29 def _find_executable(executable, path=None): function
76 return (_find_executable(toolname)
167 if not _find_executable(cc):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 29 def _find_executable(executable, path=None): function
76 return (_find_executable(toolname)
167 if not _find_executable(cc):
  /external/python/cpython2/Lib/test/
test__osx_support.py 44 self.assertIsNone(_osx_support._find_executable(self.prog_name))
50 _osx_support._find_executable(self.prog_name))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test__osx_support.py 44 self.assertIsNone(_osx_support._find_executable(self.prog_name))
50 _osx_support._find_executable(self.prog_name))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test__osx_support.py 44 self.assertIsNone(_osx_support._find_executable(self.prog_name))
50 _osx_support._find_executable(self.prog_name))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 44 self.assertIsNone(_osx_support._find_executable(self.prog_name))
50 _osx_support._find_executable(self.prog_name))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 44 self.assertIsNone(_osx_support._find_executable(self.prog_name))
50 _osx_support._find_executable(self.prog_name))

Completed in 50 milliseconds