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

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
util.py 133 def _get_soname(f): function
147 def _get_soname(f): function
193 return _get_soname(_findLib_gcc(name))
224 return _get_soname(_findLib_crle(name, is64) or _findLib_gcc(name))
256 return _findSoname_ldconfig(name) or _get_soname(_findLib_gcc(name))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
util.py 133 def _get_soname(f): function
147 def _get_soname(f): function
193 return _get_soname(_findLib_gcc(name))
224 return _get_soname(_findLib_crle(name, is64) or _findLib_gcc(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 133 def _get_soname(f): function
147 def _get_soname(f): function
193 return _get_soname(_findLib_gcc(name))
224 return _get_soname(_findLib_crle(name, is64) or _findLib_gcc(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 133 def _get_soname(f): function
147 def _get_soname(f): function
193 return _get_soname(_findLib_gcc(name))
224 return _get_soname(_findLib_crle(name, is64) or _findLib_gcc(name))
256 return _findSoname_ldconfig(name) or _get_soname(_findLib_gcc(name))
  /external/python/cpython2/Lib/ctypes/
util.py 121 def _get_soname(f): function
139 def _get_soname(f): function
145 proc = subprocess.Popen((cmd, '_get_soname', f), shell=True,
185 return _get_soname(_findLib_gcc(name))
233 return _get_soname(_findLib_crle(name, is64) or _findLib_gcc(name))
274 return _findSoname_ldconfig(name) or _get_soname(_findLib_gcc(name))

Completed in 279 milliseconds