Lines Matching refs:format
64 sys.exit(msg.format(adb_path))
167 "+{}".format(debug_socket)]
174 device.forward("tcp:{}".format(port),
175 "localfilesystem:{}".format(debug_socket))
176 atexit.register(lambda: device.forward_remove("tcp:{}".format(port)))
181 "gdbclient-{}".format(os.getppid()))
182 print "Redirecting gdbclient output to {}".format(gdbclient_output_path)
209 raise ValueError("'{}' is not an absolute path".format(executable_path))
225 file_name = "gdbclient-binary-{}".format(os.getppid())
226 remote_temp_path = "/data/local/tmp/{}".format(file_name)
234 "device".format(executable_path))
241 raise RuntimeError('Could not find executable {}'.format(executable_path))
246 return find_file(device, "/proc/{}/exe".format(pid), sysroot, user)
282 raise RuntimeError("unknown architecture: 0x{:x}".format(e_machine))