Home
last modified time | relevance | path

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

/external/jemalloc/bin/
Djeprof.in750 if (!system(ShellEscape(@GV, "--version") . " >$dev_null 2>&1")) {
756 system(ShellEscape(@GV, "--scale=$main::opt_scale", "--noantialias", $fname)
760 print STDERR ShellEscape(@GV, "-scale", $main::opt_scale) . "\n";
761 system(ShellEscape(@GV, "-scale", "$main::opt_scale", $fname) . $bg);
768 system(ShellEscape(@EVINCE, $fname) . $bg);
803 system(ShellEscape(@KCACHEGRIND, $fname) . $bg);
1351 my $cmd = ShellEscape($objdump, "-C", "-d", "-l", "--no-show-raw-insn",
2059 my $escaped_dot = ShellEscape(@DOT);
2060 my $escaped_ps2pdf = ShellEscape(@PS2PDF);
2062 my $escaped_outfile = ShellEscape(TempName($main::next_tmpfile, "ps"));
[all …]
/external/clang/tools/scan-build/bin/
Dscan-build1402 sub ShellEscape { subroutine
1747 $CmdArgs = HtmlEscape(join(' ', map(ShellEscape($_), @ARGV)));