Searched defs:fstream (Results 1 – 5 of 5) sorted by relevance
56 FileInputStream fstream = new FileInputStream(file); in parseIntValueFromFile() local
400 FileOutputStream fstream = null; in saveSettingsLocked() local
877 FileOutputStream fstream = new FileOutputStream(wallpaperFile, false); in mockRestoredLiveWallpaperFile() local
837 FileInputStream fstream = null; in readRouteList() local
1002 try (FileInputStream fstream = new FileInputStream(mFullBackupScheduleFile); in readFullBackupSchedule()