Lines Matching refs:sh_escape
226 paths = [utils.sh_escape(path) for path in paths]
277 return '%s %s "%s"' % (base_cmd, self.hostname, utils.sh_escape(cmd))
312 result = self.run("ls \"%s\"%s" % (utils.sh_escape(path),
323 return ["\"%s\"%s" % (utils.sh_escape(path), pattern)
434 local_dest = utils.sh_escape(dest)
475 local_dest = utils.sh_escape(dest)