OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShellEscape
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
pprof
720
if (!system(
ShellEscape
(@GV, "--version") . " >$dev_null 2>&1")) {
726
system(
ShellEscape
(@GV, "--scale=$main::opt_scale", "--noantialias", $fname)
730
print STDERR
ShellEscape
(@GV, "-scale", $main::opt_scale) . "\n";
731
system(
ShellEscape
(@GV, "-scale", "$main::opt_scale", $fname) . $bg);
738
system(
ShellEscape
(@EVINCE, $fname) . $bg);
773
system(
ShellEscape
(@KCACHEGRIND, $fname) . $bg);
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
pprof
720
if (!system(
ShellEscape
(@GV, "--version") . " >$dev_null 2>&1")) {
726
system(
ShellEscape
(@GV, "--scale=$main::opt_scale", "--noantialias", $fname)
730
print STDERR
ShellEscape
(@GV, "-scale", $main::opt_scale) . "\n";
731
system(
ShellEscape
(@GV, "-scale", "$main::opt_scale", $fname) . $bg);
738
system(
ShellEscape
(@EVINCE, $fname) . $bg);
773
system(
ShellEscape
(@KCACHEGRIND, $fname) . $bg);
[
all
...]
/external/clang/tools/scan-build/
scan-build
[
all
...]
Completed in 33 milliseconds