Lines Matching refs:format
31 return path.format(root, arch, "64", "64")
33 return path.format(root, arch, "", "")
63 "BUILD_SYSTEM={}/build/core".format(root),
65 "{}/build/core/config.mk".format(root),
66 "dumpvar-{}".format(variable)]
82 sys.exit(msg.format(target_device, ", ".join(names)))
88 msg = "failed to find running process {}".format(process_name)
92 msg = "multiple processes match '{}': {}".format(process_name, pids)
146 sys.exit("failed to pull binary for PID {}".format(pid))
150 " symbols may not be available.".format(sysroot))
169 gdb_commands += "file '{}'\n".format(binary_file.name)
170 gdb_commands += "directory '{}'\n".format(root)
171 gdb_commands += "set solib-absolute-prefix {}\n".format(sysroot)
172 gdb_commands += "set solib-search-path {}\n".format(solib_search_path)
178 "be available").format(dalvik_gdb_script))
180 gdb_commands += "source {}\n".format(dalvik_gdb_script)
205 """.format(port, connect_timeout)
241 gdbserver_remote_path = "/data/local/tmp/{}-gdbserver".format(arch)
259 sys.exit("Unknown platform: {}".format(sys.platform))