Searched refs:inputName (Results 1 – 2 of 2) sorted by relevance
224 String inputName = value + "/" + file.getName(); in handleKeyValueOption() local225 Log.always("Adding " + inputName + " to input seed files."); in handleKeyValueOption()226 inputFileList.add(inputName); in handleKeyValueOption()
371 private Program loadProgram(String inputName, List<Mutation> mutations) { in loadProgram() argument374 DexRandomAccessFile input = new DexRandomAccessFile(inputName, "r"); in loadProgram()388 Log.errorAndQuit("Couldn't open a file called " + inputName); in loadProgram()