Searched refs:shell_quote_file (Results 1 – 1 of 1) sorted by relevance
1510 sub shell_quote_file { subroutine4725 $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));[all …]