Home
last modified time | relevance | path

Searched refs:ShellEscape (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc/bin/
Djeprof.in744 if (!system(ShellEscape(@GV, "--version") . " >$dev_null 2>&1")) {
750 system(ShellEscape(@GV, "--scale=$main::opt_scale", "--noantialias", $fname)
754 print STDERR ShellEscape(@GV, "-scale", $main::opt_scale) . "\n";
755 system(ShellEscape(@GV, "-scale", "$main::opt_scale", $fname) . $bg);
762 system(ShellEscape(@EVINCE, $fname) . $bg);
797 system(ShellEscape(@KCACHEGRIND, $fname) . $bg);
1326 my $cmd = ShellEscape($objdump, "-C", "-d", "-l", "--no-show-raw-insn",
2034 my $escaped_dot = ShellEscape(@DOT);
2035 my $escaped_ps2pdf = ShellEscape(@PS2PDF);
2037 my $escaped_outfile = ShellEscape(TempName($main::next_tmpfile, "ps"));
[all …]
/external/clang/tools/scan-build/
Dscan-build1359 sub ShellEscape { subroutine
1651 $CmdArgs = HtmlEscape(join(' ', map(ShellEscape($_), @ARGV)));