Home | History | Annotate | Download | only in dexfuzz

Lines Matching refs:Options

51     if (!Options.readOptions(args)) {
52 Log.error("Failed to validate options.");
53 Options.usage();
64 if (Options.repeat > 1 && Options.execute) {
66 if (Options.quiet) {
76 multipleListener.addListener(new LogFileListener(Options.reportLogFile));
77 if (Options.runBisectionSearch) {
82 multipleListener.addListener(new UniqueProgramTrackerListener(Options.uniqueDatabaseFile));
90 if ((Options.repeat > 1) && Options.execute) {
92 } else if ((Options.repeat > 1) && !Options.execute) {
94 } else if ((Options.repeat == 1) && Options.execute) {
96 } else if ((Options.repeat == 1) && !Options.execute) {
99 Log.errorAndQuit("Invalid options provided, desired fuzzer unknown.");