Lines Matching refs:run_as_cmd
145 target_pid, run_cmd, debug_socket, port, run_as_cmd=None, argument
167 if run_as_cmd:
168 rm_cmd = run_as_cmd + rm_cmd
189 if run_as_cmd:
190 gdbserver_cmd = run_as_cmd + gdbserver_cmd
223 def find_file(device, executable_path, sysroot, run_as_cmd=None): argument
265 if run_as_cmd:
266 cmd = run_as_cmd + cmd
281 def find_executable_path(device, executable_name, run_as_cmd=None): argument
299 if run_as_cmd:
300 cmd = run_as_cmd + cmd
309 def find_binary(device, pid, sysroot, run_as_cmd=None): argument
311 return find_file(device, "/proc/{}/exe".format(pid), sysroot, run_as_cmd)