Searched refs:filePath (Results 1 – 2 of 2) sorted by relevance
46 public LogWriter(String filePath) throws IOException { in LogWriter() argument47 mOutputStream = new FileOutputStream(filePath); in LogWriter()138 private static void grabLogFrom(IDevice device, String filePath) throws IOException, in grabLogFrom() argument140 LogWriter writer = new LogWriter(filePath); in grabLogFrom()
206 private void parseTextLogFile(String filePath) throws IOException { in parseTextLogFile() argument209 String tagFile = filePath + TAG_FILE_EXT; in parseTextLogFile()224 new InputStreamReader(new FileInputStream(filePath))); in parseTextLogFile()