OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
/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
];
/prebuilts/devtools/tools/lib/
monkeyrunner.jar
/external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm
603
static void addTestPluginsToPluginSearchPath(const char*
executablePath
)
605
NSString *pwd = [[NSString stringWithUTF8String:
executablePath
] stringByDeletingLastPathComponent];
[
all
...]
Completed in 601 milliseconds