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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 112 from _ctypes import LoadLibrary as _dlopen namespace
141 from _ctypes import dlopen as _dlopen namespace
365 self._handle = _dlopen(self._name, mode)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 112 from _ctypes import LoadLibrary as _dlopen namespace
141 from _ctypes import dlopen as _dlopen namespace
365 self._handle = _dlopen(self._name, mode)

Completed in 459 milliseconds