Home | History | Annotate | Download | only in WebView

Lines Matching refs:frameworkPath

5266     const char *frameworkPath = "/System/Library/Frameworks/ApplicationServices.framework/Frameworks/LangAnalysis.framework/LangAnalysis";
5270 const char *frameworkPath
5278 void* langAnalysisFramework = dlopen(frameworkPath, RTLD_LAZY);
5287 NSLog(@"Couldn't find the %s function in %s", functionName, frameworkPath);