Searched refs:dyld_find (Results 1 – 3 of 3) sorted by relevance
121 def dyld_find(name, executable_path=None, env=None): function152 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'
34 from ctypes.macholib.dyld import dyld_find40 return os.path.realpath(dyld_find(dylib))
71 from ctypes.macholib.dyld import dyld_find as _dyld_find