Lines Matching defs:args
55 Args:
180 def __init__(self, args, close_stderr=False):
190 os.execvp(args[0], args)
475 args = parser.parse_args()
476 if args.path_to_cut:
477 fix_filename_patterns = args.path_to_cut
478 if args.demangle:
480 if args.s:
482 sysroot_path = args.s
483 if args.c:
484 binutils_prefix = args.c
485 if args.logfile:
486 logfile = args.logfile