Home | History | Annotate | Download | only in server

Lines Matching refs:sh_escape

134                 host.run('test -x %s' % utils.sh_escape(autotest_binary))
135 host.run('test -w %s' % utils.sh_escape(path))
168 host.run('mkdir -p %s' % utils.sh_escape(path))
169 host.run('test -w %s' % utils.sh_escape(path))
308 abs_path = utils.sh_escape(abs_path)
343 host.run('mkdir -p %s' % utils.sh_escape(autodir))
347 host.run('rm -rf %s/*' % utils.sh_escape(results_path),
430 host.run("rm -rf %s" % utils.sh_escape(autodir), ignore_status=True)