Searched refs:tmpfile (Results 1 – 1 of 1) sorted by relevance
94 File tmpfile = File.createTempFile("rst", null, getFilesDir()); in onRestore() local99 crc = copyBackupToFile(data, tmpfile, data.getDataSize()); in onRestore()101 FileInputStream infstream = new FileInputStream(tmpfile); in onRestore()157 writeBackupState(tmpfile.length(), crc, newState); in onRestore()161 tmpfile.delete(); in onRestore()