Home
last modified time | relevance | path

Searched refs:bundleToImport (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.h264 … CFBundleRef bundleToImport);
DCFMLateImport.c1302 CFBundleRef bundleToImport; in BundleLookup() local
1311 bundleToImport = (CFBundleRef) refCon; in BundleLookup()
1339 *symAddr = CFBundleGetFunctionPointerForName(bundleToImport, symNameStr); in BundleLookup()
1354 … CFBundleRef bundleToImport) in CFMLateImportBundle() argument
1357 MoreAssertQ(bundleToImport != nil); in CFMLateImportBundle()
1359 … weakLinkedLibraryName, BundleLookup, bundleToImport); in CFMLateImportBundle()