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