Searched defs:ShellEscape (Results 1 - 3 of 3) sorted by relevance

/external/clang/tools/scan-build/
H A Dscan-build1352 # ShellEscape - backslash escape characters that are special to the shell
1355 sub ShellEscape { subroutine
1646 $CmdArgs = HtmlEscape(join(' ', map(ShellEscape($_), @ARGV)));
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof720 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);
1302 my $cmd = ShellEscape($objdump, "-C", "-d", "-l", "--no-show-raw-insn",
2010 my $escaped_dot = ShellEscape(@DOT);
2011 my $escaped_ps2pdf = ShellEscape(@PS2PDF);
2013 my $escaped_outfile = ShellEscape(TempNam
4928 sub ShellEscape { subroutine
[all...]
/external/jemalloc/bin/
H A Dpprof720 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);
1302 my $cmd = ShellEscape($objdump, "-C", "-d", "-l", "--no-show-raw-insn",
2010 my $escaped_dot = ShellEscape(@DOT);
2011 my $escaped_ps2pdf = ShellEscape(@PS2PDF);
2013 my $escaped_outfile = ShellEscape(TempNam
4961 sub ShellEscape { subroutine
[all...]

Completed in 147 milliseconds