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

  /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))

Completed in 2963 milliseconds