Lines Matching refs:shell_quote_file
1510 sub shell_quote_file { subroutine
4725 $rsync_destdir = ::shell_quote_file($workdir);
4727 $file = ::shell_quote_file($file);
4760 unshift @rmdir, ::shell_quote_file($dir);
4764 $rmdir .= "rm -rf " . ::shell_quote_file($workdir).';';
4767 $f = ::shell_quote_file($f);
5584 my $wd = ::shell_quote_file($self->workdir());
5707 $wd = ::shell_quote_file($self->workdir()."/");
5713 my $basedir = $1 ? ::shell_quote_file($1."/") : "";
5716 $cd = ::shell_quote_file(::dirname($nobasedir));
5718 my $basename = ::shell_quote_scalar(::shell_quote_file(basename($file)));