Home | History | Annotate | Download | only in auto_bisect

Lines Matching full:arg_dict

735     arg_dict = {}
745 arg_dict[arg_to_parse] = current_arg_split[1]
747 arg_dict[arg_to_parse] = command_args[i+1]
751 if arg_dict.has_key('--profile-dir') and arg_dict.has_key('--browser'):
752 profile_path, profile_type = os.path.split(arg_dict['--profile-dir'])
755 '--browser', arg_dict['--browser'], '--output-dir', profile_path])