Searched refs:sh_escape (Results 1 – 21 of 21) sorted by relevance
/external/autotest/server/ |
D | base_utils.py | 53 return utils.sh_escape("".join(new_name)) 167 host.run('gunzip "%s"' % (utils.sh_escape(source_material))) 170 host.run('bunzip2 "%s"' % (utils.sh_escape(source_material))) 176 utils.sh_escape(os.path.dirname(source_material)), 177 utils.sh_escape(source_material),))
|
D | autotest.py | 146 host.run('test -x %s' % utils.sh_escape(autotest_binary)) 147 host.run('test -w %s' % utils.sh_escape(path)) 180 host.run('mkdir -p %s' % utils.sh_escape(path)) 181 host.run('test -w %s' % utils.sh_escape(path)) 320 abs_path = utils.sh_escape(abs_path) 355 host.run('mkdir -p %s' % utils.sh_escape(autodir)) 359 host.run('rm -rf %s/*' % utils.sh_escape(results_path), 446 host.run("rm -rf %s" % utils.sh_escape(autodir), ignore_status=True)
|
/external/autotest/server/hosts/ |
D | remote.py | 61 self.run('rm -rf "%s"' % (utils.sh_escape(dir))) 308 self.run('rm -rf "%s"' % utils.sh_escape(tmpdir), ignore_status=True) 332 ['"%s"' % utils.sh_escape(x) for x in base_template.split('*')]) 333 path = '"%s' % os.path.join(utils.sh_escape(parent), base[1:])
|
D | abstract_ssh.py | 244 paths = [utils.sh_escape(path) for path in paths] 295 return '%s %s "%s"' % (base_cmd, self.hostname, utils.sh_escape(cmd)) 330 result = self.run("ls \"%s\"%s" % (utils.sh_escape(path), 341 return ["\"%s\"%s" % (utils.sh_escape(path), pattern) 454 local_dest = utils.sh_escape(dest) 495 local_dest = utils.sh_escape(dest)
|
D | ssh_host.py | 127 % (stack, utils.sh_escape(command), command)) 147 command += ' "%s"' % utils.sh_escape(arg) 148 full_cmd = '%s "%s %s"' % (ssh_cmd, env, utils.sh_escape(command))
|
D | base_servohost.py | 545 run_args['command'] = 'sudo -n sh -c "%s"' % utils.sh_escape(
|
/external/autotest/client/common_lib/ |
D | revision_control.py | 83 self.repodir = utils.sh_escape(repodir) 90 self.gitpath = utils.sh_escape(os.path.join(self.repodir,'.git')) 134 return utils.run(r'%s' % (utils.sh_escape(command)),
|
D | logging_config.py | 51 os.system('logger -t "autotest" "%s"' % utils.sh_escape(s))
|
D | utils_unittest.py | 601 escaped_text = utils.sh_escape(text)
|
D | utils.py | 1644 def sh_escape(command): function
|
/external/autotest/client/site_tests/camera_HAL3/ |
D | camera_HAL3.py | 54 'cat "%s"' % utils.sh_escape(self.media_profiles_path)
|
/external/autotest/client/profilers/ftrace/ |
D | ftrace.py | 32 arg = '"%s"' % utils.sh_escape(arg)
|
/external/autotest/client/bin/ |
D | local_host.py | 43 self.run('rm -rf "%s"' % (utils.sh_escape(tmp_dir)),
|
/external/autotest/server/site_tests/firmware_IntegratedU2F/ |
D | firmware_IntegratedU2F.py | 183 u2ftest_cmd = utils.sh_escape('%s %s' % (self.U2F_TEST_PATH,
|
/external/autotest/site_utils/lxc/ |
D | container.py | 323 command = 'bash -c "%s"' % utils.sh_escape(command)
|
/external/autotest/client/common_lib/hosts/ |
D | base_classes.py | 526 result = self.run('test -e "%s"' % utils.sh_escape(path),
|
/external/autotest/server/cros/ |
D | telemetry_runner.py | 544 rsync_cmd = utils.sh_escape(
|
/external/autotest/server/cros/network/ |
D | wifi_client.py | 1347 ' "%s"' % utils.sh_escape(message))
|
/external/autotest/server/cros/faft/ |
D | cr50_test.py | 961 set_pwd_cmd = utils.sh_escape(cmd)
|
D | firmware_test.py | 2309 ccd_open_cmd = utils.sh_escape('gsctool -a -o')
|
/external/autotest/client/common_lib/cros/ |
D | dev_server.py | 948 ssh_call = 'ssh %s \'curl "%s"\'' % (hostname, utils.sh_escape(call))
|