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

  /external/webkit/Tools/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 52 my $executablePath = "$ENV{'TARGET_BUILD_DIR'}/$ENV{'EXECUTABLE_PATH'}";
141 unlink $executablePath;
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
ScriptRunner.java 75 public static int run(String executablePath, String scriptfilename,
92 initPython(executablePath, classpath, argv);
129 public static void runString(String executablePath, String script) {
130 initPython(executablePath);
135 public static Map<String, PyObject> runStringAndGet(String executablePath,
137 return runStringAndGet(executablePath, script, Arrays.asList(names));
140 public static Map<String, PyObject> runStringAndGet(String executablePath,
142 initPython(executablePath);
153 private static void initPython(String executablePath) {
155 initPython(executablePath, arg, new String[] {""})
    [all...]
  /external/webkit/Tools/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/Source/WebKit/mac/Plugins/
WebPluginPackage.mm 64 NSFileHandle *executableFile = [NSFileHandle fileHandleForReadingAtPath:[nsBundle executablePath]];
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 115 NSString *pluginHostAppExecutablePath = [[NSBundle bundleWithPath:pluginHostAppPath] executablePath];
278 NSString *pluginHostAppExecutablePath = [[NSBundle bundleWithPath:pluginHostAppPath] executablePath];
  /external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
ProcessLauncherMac.mm 201 const char* frameworkExecutablePath = [[webKit2Bundle executablePath] fileSystemRepresentation];
209 NSString *processAppExecutablePath = [[NSBundle bundleWithPath:processPath] executablePath];
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 603 static void addTestPluginsToPluginSearchPath(const char* executablePath)
605 NSString *pwd = [[NSString stringWithUTF8String:executablePath] stringByDeletingLastPathComponent];
    [all...]

Completed in 1245 milliseconds