Lines Matching refs:quote
675 ssh_obj.Run(shlex.quote(
677 shlex.quote(
693 shlex.quote(f"readlink -n -e {remote_link} || true"))
706 ssh_obj.Run(shlex.quote(
708 shlex.quote(
760 upload_deadline = ssh_obj.Run(shlex.quote(
762 shlex.quote(timestamp_cmd))).strip()
771 lambda : ssh_obj.Run(shlex.quote(
772 f"flock {remote_args_path} -c " + shlex.quote(wait_cmd))),
779 args_str = ssh_obj.Run(shlex.quote(
781 shlex.quote(f"cat {remote_args_path}")))
802 args_str = shlex.quote(json.dumps(launch_cvd_args))
803 ssh_obj.Run(shlex.quote(
805 shlex.quote(f"echo {args_str} > {remote_args_path}")))