Searched defs:fstream (Results 1 – 5 of 5) sorted by relevance
56 FileInputStream fstream = new FileInputStream(file); in parseIntValueFromFile() local
1094 FileOutputStream fstream = new FileOutputStream(wallpaperFile, false); in mockRestoredLiveWallpaperFile() local1110 FileOutputStream fstream = new FileOutputStream(wallpaperFile, false); in mockRestoredStaticWallpaperFile() local
488 FileOutputStream fstream = null; in saveSettingsLocked() local
267 FileOutputStream fstream = new FileOutputStream(deviceInfoStage, false); in backupDeviceInfoFile() local
917 try (FileInputStream fstream = new FileInputStream(mFullBackupScheduleFile); in readFullBackupSchedule()