Searched defs:fstream (Results 1 – 4 of 4) sorted by relevance
56 FileInputStream fstream = new FileInputStream(file); in parseIntValueFromFile() local
2508 FileOutputStream fstream = null; in saveSettingsLocked() local
1179 FileInputStream fstream = null; in readRouteList() local
946 try (FileInputStream fstream = new FileInputStream(mFullBackupScheduleFile); in readFullBackupSchedule()