Public Member Functions | |
def | getplatformpaths |
def | getdirs |
Static Public Attributes | |
list | name_formats |
def Shark_libs::tm_export::DarwinLibraryLoader::getdirs | ( | self, | ||
libname | ||||
) |
Implements the dylib search as specified in Apple documentation: http://developer.apple.com/documentation/DeveloperTools/Conceptual/ DynamicLibraries/Articles/DynamicLibraryUsageGuidelines.html Before commencing the standard search, the method first checks the bundle's ``Frameworks`` directory if the application is running within a bundle (OS X .app).
def Shark_libs::tm_export::DarwinLibraryLoader::getplatformpaths | ( | self, | ||
libname | ||||
) |
Reimplemented from Shark_libs::tm_export::LibraryLoader.
list Shark_libs::tm_export::DarwinLibraryLoader::name_formats [static] |
Initial value:
["lib%s.dylib", "lib%s.so", "lib%s.bundle", "%s.dylib", "%s.so", "%s.bundle", "%s"]