HomeSort by relevance Sort by last modified time
    Searched refs:frameworkPath (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/BlocksRuntime/tests/
testfilerunner.h 65 __strong char *frameworkPath;
74 @property __strong char *frameworkPath;
  /external/webkit/Tools/WebKitLauncher/
main.m 180 static BOOL checkFrameworkPath(NSString *frameworkPath)
183 return [[NSFileManager defaultManager] fileExistsAtPath:frameworkPath isDirectory:&isDirectory] && isDirectory;
199 NSString *frameworkPath = [[[NSBundle mainBundle] privateFrameworksPath] stringByAppendingPathComponent:systemVersion];
201 BOOL frameworkPathIsUsable = checkFrameworkPath(frameworkPath);
206 frameworkPath = [[[NSBundle mainBundle] privateFrameworksPath] stringByAppendingPathComponent:fallbackSystemVersion];
207 frameworkPathIsUsable = checkFrameworkPath(frameworkPath);
226 if ([frameworkPath rangeOfString:@":"].location != NSNotFound ||
232 NSMutableDictionary *environment = [[[NSDictionary dictionaryWithObjectsAndKeys:frameworkPath, @"DYLD_FRAMEWORK_PATH", @"YES", @"WEBKIT_UNSET_DYLD_FRAMEWORK_PATH",
WebKitNightlyEnabler.m 170 const char* frameworkPath = getenv("DYLD_FRAMEWORK_PATH");
171 if (!frameworkPath)
172 frameworkPath = "";
177 return strstr(frameworkPath, safariFrameworkSearchPath) == 0;
  /external/webkit/Tools/Scripts/
bisect-builds 389 my $frameworkPath;
392 $frameworkPath = "/Volumes/WebKit/WebKit.app/Contents/Frameworks/$osXVersion";
394 $frameworkPath = "/Volumes/WebKit/WebKit.app/Contents/Resources";
398 `DYLD_FRAMEWORK_PATH=$frameworkPath WEBKIT_UNSET_DYLD_FRAMEWORK_PATH=YES $safari $tempFile`;
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 4330 milliseconds