Lines Matching full:format
33 rsp_file = "{0}{1}".format(script_file, ".rsp")
38 "executable or shared_library depend on its related shared_library!".format(rsp_file))
69 "{}".format(args.qemu_binary_path) + \
70 " -L {}".format(args.qemu_ld_prefix) + \
71 " -E LD_LIBRARY_PATH={}".format(env_path) + \
72 " {}".format(args.script_file)
74 cmd = "{}".format(args.script_file)
75 cmd += " {}".format(args.script_options) if args.script_options else ""
76 cmd += " {}".format(args.script_args) if args.script_args else ""
103 cmd += " {}".format(args.script_options) if args.script_options else ""
104 cmd += " {}".format(args.script_args) if args.script_args else ""