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

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
util.py 228 def _findSoname_ldconfig(name):
256 return _findSoname_ldconfig(name) or _get_soname(_findLib_gcc(name))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
util.py 228 def _findSoname_ldconfig(name):
256 return _findSoname_ldconfig(name) or _get_soname(_findLib_gcc(name))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 228 def _findSoname_ldconfig(name):
256 return _findSoname_ldconfig(name) or _get_soname(_findLib_gcc(name))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 228 def _findSoname_ldconfig(name):
256 return _findSoname_ldconfig(name) or _get_soname(_findLib_gcc(name))
  /external/python/cpython2/Lib/ctypes/
util.py 237 def _findSoname_ldconfig(name):
274 return _findSoname_ldconfig(name) or _get_soname(_findLib_gcc(name))

Completed in 106 milliseconds