Home
last modified time | relevance | path

Searched refs:sh_escape (Results 1 – 25 of 25) sorted by relevance

/external/autotest/server/
Dkvm.py123 'then insmod "%s"; fi' % (utils.sh_escape(
128 (utils.sh_escape(os.path.join(self.build_dir,
133 (utils.sh_escape(os.path.join(self.build_dir,
198 utils.sh_escape(_qemu_ifup_script),
199 utils.sh_escape(os.path.join(self.support_dir,
202 utils.sh_escape(os.path.join(self.support_dir,
223 utils.sh_escape(self.build_dir),),
230 utils.sh_escape(self.build_dir),
234 utils.sh_escape(self.build_dir),
235 utils.sh_escape(syncdir))
[all …]
Ddeb_kernel.py52 host.run('dpkg -i "%s"' % (utils.sh_escape(remote_filename),))
54 utils.sh_escape(self.get_initrd_name()),
55 utils.sh_escape(self.get_version()),))
77 utils.sh_escape(self.source_material),)
141 host.run('dpkg -x "%s" "%s"' % (utils.sh_escape(remote_filename),
142 utils.sh_escape(content_dir),))
Ddeb_kernel_unittest.py40 (utils.sh_escape(self.remote_filename)))
45 utils.sh_escape(self.kernel.source_material)).and_return(result)
47 utils.sh_escape(self.kernel.source_material)).and_return(result)
51 utils.sh_escape(self.kernel.source_material)).and_return(result)
53 utils.sh_escape(self.kernel.source_material)).and_return(result)
69 (utils.sh_escape(self.remote_filename),
70 utils.sh_escape(content_dir)))
Dbase_utils.py47 return utils.sh_escape("".join(new_name))
161 host.run('gunzip "%s"' % (utils.sh_escape(source_material)))
164 host.run('bunzip2 "%s"' % (utils.sh_escape(source_material)))
170 utils.sh_escape(os.path.dirname(source_material)),
171 utils.sh_escape(source_material),))
Dautotest.py110 host.run('test -x %s' % utils.sh_escape(autotest_binary))
111 host.run('test -w %s' % utils.sh_escape(path))
144 host.run('mkdir -p %s' % utils.sh_escape(path))
145 host.run('test -w %s' % utils.sh_escape(path))
213 abs_path = utils.sh_escape(abs_path)
248 host.run('mkdir -p %s' % utils.sh_escape(autodir))
252 host.run('rm -rf %s/*' % utils.sh_escape(results_path),
316 host.run("rm -rf %s" % utils.sh_escape(autodir), ignore_status=True)
Drpm_kernel.py99 % utils.sh_escape(self.source_material))
Drpm_kernel_unittest.py65 (utils.sh_escape("source.rpm")))
/external/autotest/server/samples/
Dnetperf-guest-to-host-far.srv54 …test("netperf2", "%s", "%s", "server", tag="server")' % (sh_escape(gserver.hostname), sh_escape(re…
55 …test("netperf2", "%s", "%s", "client", tag="client")' % (sh_escape(gserver.hostname), sh_escape(re…
Dkvm.srv30 …snapshot -kernel "%s" -append "%s"' % (sh_escape(os.path.join(kernel_dir, kernel.get_image_name()[…
Dkvm_from_git.srv59 …snapshot -kernel "%s" -append "%s"' % (sh_escape(os.path.join(kernel_dir, kernel.get_image_name()[…
Ddeb_kernel.srv14 print rh.run('ls "%s"' % (sh_escape(dir),))
/external/autotest/server/hosts/
Dabstract_ssh.py172 return '%s %s "%s"' % (base_cmd, self.hostname, utils.sh_escape(cmd))
207 result = self.run("ls \"%s\"%s" % (utils.sh_escape(path),
218 return ["\"%s\"%s" % (utils.sh_escape(path), pattern)
327 local_dest = utils.sh_escape(dest)
347 local_dest = utils.sh_escape(dest)
402 local_sources = [utils.sh_escape(path) for path in source]
Dssh_host.py81 command += ' "%s"' % utils.sh_escape(arg)
82 full_cmd = '%s "%s %s"' % (ssh_cmd, env, utils.sh_escape(command))
Dremote.py53 self.run('rm -rf "%s"' % (utils.sh_escape(dir)))
284 self.run('rm -rf "%s"' % utils.sh_escape(tmpdir), ignore_status=True)
Dbootloader.py66 cmd += ' "%s"' % utils.sh_escape(option)
Dparamiko_host.py259 command += ' "%s"' % utils.sh_escape(arg)
Dadb_host.py401 (utils.sh_escape(command), CMD_OUTPUT_PREFIX))
/external/autotest/client/common_lib/
Drevision_control.py71 self.repodir = utils.sh_escape(repodir)
78 self.gitpath = utils.sh_escape(os.path.join(self.repodir,'.git'))
122 return utils.run(r'%s' % (utils.sh_escape(command)),
Dbase_utils_unittest.py575 escaped_text = base_utils.sh_escape(text)
Dbase_utils.py1868 def sh_escape(command): function
/external/autotest/client/profilers/ftrace/
Dftrace.py32 arg = '"%s"' % utils.sh_escape(arg)
/external/autotest/client/bin/
Dlocal_host.py30 self.run('rm -rf "%s"' % (utils.sh_escape(tmp_dir)),
/external/autotest/client/common_lib/hosts/
Dbase_classes.py415 result = self.run('ls "%s" > /dev/null' % utils.sh_escape(path),
/external/autotest/site_utils/
Dlxc.py486 command = 'bash -c "%s"' % utils.sh_escape(command)
/external/autotest/server/cros/network/
Dwifi_client.py1269 ' "%s"' % base_utils.sh_escape(message))