Home
last modified time | relevance | path

Searched refs:dyld_find (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/ctypes/macholib/
Ddyld.py121 def dyld_find(name, executable_path=None, env=None): function
152 return dyld_find(fn, executable_path=executable_path, env=env)
161 return dyld_find(fn, executable_path=executable_path, env=env)
169 assert dyld_find('libSystem.dylib') == '/usr/lib/libSystem.dylib'
170 …assert dyld_find('System.framework/System') == '/System/Library/Frameworks/System.framework/System'
/third_party/python/Lib/ctypes/test/
Dtest_macholib.py34 from ctypes.macholib.dyld import dyld_find
40 return os.path.realpath(dyld_find(dylib))
/third_party/python/Lib/ctypes/
Dutil.py71 from ctypes.macholib.dyld import dyld_find as _dyld_find