Lines Matching refs:cfBundle
110 return CFBundleOpenBundleResourceMap(cfBundle.get());
122 CFBundleCloseBundleResourceMap(cfBundle.get(), resRef);
211 if (cfBundle) {
213 CFBundleGetPackageInfo(cfBundle.get(), &type, NULL);
233 if (cfBundle) {
234 RetainPtr<CFURLRef> executableURL(AdoptCF, CFBundleCopyExecutableURL(cfBundle.get()));
252 RetainPtr<CFArrayRef> archs(AdoptCF, CFBundleCopyExecutableArchitectures(cfBundle.get()));
326 if (!cfBundle)
366 if (!CFBundleLoadExecutable(cfBundle.get()))
377 … pluginMainFunc = (MainFuncPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("main") );
382 …NP_Initialize = (NP_InitializeFuncPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("NP_…
383 …tryPoints = (NP_GetEntryPointsFuncPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("NP_…
384 …NP_Shutdown = (NPP_ShutdownProcPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("NP_Shu…
702 …NSString *versionString = (NSString *)CFDictionaryGetValue(CFBundleGetInfoDictionary(cfBundle.get(…