Searched refs:csvFile (Results 1 – 2 of 2) sorted by relevance
24 public HiddenapiFlagsWriter(String csvFile) throws FileNotFoundException { in HiddenapiFlagsWriter() argument25 mOutput = new PrintStream(new FileOutputStream(new File(csvFile))); in HiddenapiFlagsWriter()
26 public AnnotationPropertyWriter(String csvFile) throws FileNotFoundException { in AnnotationPropertyWriter() argument27 mOutput = new PrintStream(new FileOutputStream(new File(csvFile))); in AnnotationPropertyWriter()