Searched defs:_get_soname (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/ctypes/
H A Dutil.py121 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))
/external/python/cpython3/Lib/ctypes/
H A Dutil.py132 def _get_soname(f): function
149 def _get_soname(f): function
201 return _get_soname(_findLib_gcc(name))
244 return _get_soname(_findLib_crle(name, is64) or _findLib_gcc(name))
303 _get_soname(_findLib_gcc(name) or _findLib_ld(name))

Completed in 41 milliseconds