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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 185 libc_path = find_library("c")
186 if not libc_path:
188 libc = CDLL(libc_path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 185 libc_path = find_library("c")
186 if not libc_path:
188 libc = CDLL(libc_path)

Completed in 99 milliseconds