Searched refs:sh_escape (Results 1 – 25 of 25) sorted by relevance
/external/autotest/server/ |
D | kvm.py | 123 '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 …]
|
D | deb_kernel.py | 52 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),))
|
D | deb_kernel_unittest.py | 40 (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)))
|
D | base_utils.py | 47 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),))
|
D | autotest.py | 110 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)
|
D | rpm_kernel.py | 99 % utils.sh_escape(self.source_material))
|
D | rpm_kernel_unittest.py | 65 (utils.sh_escape("source.rpm")))
|
/external/autotest/server/samples/ |
D | netperf-guest-to-host-far.srv | 54 …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…
|
D | kvm.srv | 30 …snapshot -kernel "%s" -append "%s"' % (sh_escape(os.path.join(kernel_dir, kernel.get_image_name()[…
|
D | kvm_from_git.srv | 59 …snapshot -kernel "%s" -append "%s"' % (sh_escape(os.path.join(kernel_dir, kernel.get_image_name()[…
|
D | deb_kernel.srv | 14 print rh.run('ls "%s"' % (sh_escape(dir),))
|
/external/autotest/server/hosts/ |
D | abstract_ssh.py | 172 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]
|
D | ssh_host.py | 81 command += ' "%s"' % utils.sh_escape(arg) 82 full_cmd = '%s "%s %s"' % (ssh_cmd, env, utils.sh_escape(command))
|
D | remote.py | 53 self.run('rm -rf "%s"' % (utils.sh_escape(dir))) 284 self.run('rm -rf "%s"' % utils.sh_escape(tmpdir), ignore_status=True)
|
D | bootloader.py | 66 cmd += ' "%s"' % utils.sh_escape(option)
|
D | paramiko_host.py | 259 command += ' "%s"' % utils.sh_escape(arg)
|
D | adb_host.py | 401 (utils.sh_escape(command), CMD_OUTPUT_PREFIX))
|
/external/autotest/client/common_lib/ |
D | revision_control.py | 71 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)),
|
D | base_utils_unittest.py | 575 escaped_text = base_utils.sh_escape(text)
|
D | base_utils.py | 1868 def sh_escape(command): function
|
/external/autotest/client/profilers/ftrace/ |
D | ftrace.py | 32 arg = '"%s"' % utils.sh_escape(arg)
|
/external/autotest/client/bin/ |
D | local_host.py | 30 self.run('rm -rf "%s"' % (utils.sh_escape(tmp_dir)),
|
/external/autotest/client/common_lib/hosts/ |
D | base_classes.py | 415 result = self.run('ls "%s" > /dev/null' % utils.sh_escape(path),
|
/external/autotest/site_utils/ |
D | lxc.py | 486 command = 'bash -c "%s"' % utils.sh_escape(command)
|
/external/autotest/server/cros/network/ |
D | wifi_client.py | 1269 ' "%s"' % base_utils.sh_escape(message))
|