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

  /external/webkit/WebKitTools/Scripts/
check-for-weak-vtables-and-externals 51 my $executablePath = "$ENV{'TARGET_BUILD_DIR'}/$ENV{'EXECUTABLE_PATH'}";
55 my $executablePathAge = -M $executablePath;
60 if (!open NM, "(nm -m '$executablePath' | c++filt | sed 's/^/STDOUT:/') 2>&1 |") {
61 print "ERROR: Could not open $executablePath\n";
83 my $shortName = $executablePath;
87 print "ERROR: $shortName has a weak vtable in it ($executablePath)\n";
96 print "ERROR: $shortName has a weak external symbol in it ($executablePath)\n";
107 unlink $executablePath;
check-for-exit-time-destructors 52 my $executablePath = "$ENV{'TARGET_BUILD_DIR'}/$ENV{'EXECUTABLE_PATH'}";
100 unlink $executablePath;
check-for-global-initializers 51 my $executablePath = "$ENV{'TARGET_BUILD_DIR'}/$ENV{'EXECUTABLE_PATH'}";
128 unlink $executablePath;
  /external/webkit/WebKitTools/WebKitLauncher/
main.m 218 NSString *executablePath = [safariBundle executablePath];
231 NSMutableArray *arguments = [NSMutableArray arrayWithObject:executablePath];
233 pathToEnablerLib, @"DYLD_INSERT_LIBRARIES", [[NSBundle mainBundle] executablePath], @"WebKitAppPath", nil] mutableCopy] autorelease];
240 myExecve(executablePath, arguments, environment);
WebKitNightlyEnabler.m 113 NSString *executablePath = [NSString stringWithUTF8String:webKitAppPath];
114 NSRange appLocation = [executablePath rangeOfString:@".app/" options:NSBackwardsSearch];
115 NSString *appPath = [executablePath substringToIndex:appLocation.location + appLocation.length];
  /external/webkit/WebKit/mac/Plugins/
WebPluginPackage.m 62 NSFileHandle *executableFile = [NSFileHandle fileHandleForReadingAtPath:[bundle executablePath]];
WebNetscapePluginPackage.mm 234 NSFileHandle *executableFile = [NSFileHandle fileHandleForReadingAtPath:[bundle executablePath]];
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 118 NSString *pluginHostAppExecutablePath = [[NSBundle bundleWithPath:pluginHostAppPath] executablePath];
283 NSString *pluginHostAppExecutablePath = [[NSBundle bundleWithPath:pluginHostAppPath] executablePath];
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTree.mm 569 static void addTestPluginsToPluginSearchPath(const char* executablePath)
571 NSString *pwd = [[NSString stringWithUTF8String:executablePath] stringByDeletingLastPathComponent];
    [all...]

Completed in 267 milliseconds