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