HomeSort by relevance Sort by last modified time
    Searched full:frameworkpath (Results 1 - 7 of 7) sorted by null

  /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/compiler-rt/BlocksRuntime/tests/
testfilerunner.h 65 __strong char *frameworkPath;
74 @property __strong char *frameworkPath;
testfilerunner.m 50 @synthesize libraryPath, frameworkPath;
204 if (frameworkPath) {
205 sprintf(fpath, "DYLD_FRAMEWORK_PATH=%s", frameworkPath);
629 char *frameworkPath = getenv("DYLD_FRAMEWORK_PATH");
641 frameworkPath = argv[1];
711 line.frameworkPath = frameworkPath; // tell generators about it instead XXX
  /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/chromium/chrome/browser/cocoa/
keystone_glue.mm 725 NSString* frameworkPath = [base::mac::MainAppBundle() bundlePath];
728 ![fileManager isWritableFileAtPath:frameworkPath];
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 183 milliseconds