Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:current_arg

1645       current_arg = rest_of_args[0]
1647 if self.__IsFlagFileDirective(current_arg):
1650 if current_arg == '--flagfile' or current_arg == '-flagfile':
1657 flag_filename = self.ExtractFilename(current_arg)
1661 new_argv.append(current_arg)
1663 if current_arg == '--':
1666 if not current_arg.startswith('-'):