Searched refs:inputFileList (Results 1 – 3 of 3) sorted by relevance
35 String inputFile = Options.inputFileList.get(0); in getNextInputFilename()36 if (Options.inputFileList.size() > 1) { in getNextInputFilename()37 int nextIndex = iterations % Options.inputFileList.size(); in getNextInputFilename()38 inputFile = Options.inputFileList.get(nextIndex); in getNextInputFilename()
32 return Options.inputFileList.get(0); in getNextInputFilename()
41 public static final List<String> inputFileList = new ArrayList<String>(); field in Options225 inputFileList.add(value); in handleKeyValueOption()234 inputFileList.add(inputName); in handleKeyValueOption()340 if (inputFileList.isEmpty()) { in validateOptions()344 inputFileList.add("fuzzingseed.dex"); in validateOptions()384 if (repeat == 1 && inputFileList.size() > 1) { in validateOptions()