Searched refs:mCurrentFile (Results 1 – 1 of 1) sorted by relevance
58 private File mCurrentFile = null; field in ResilientAtomicFile175 mCurrentFile = mTemporaryBackup; in openRead()176 mCurrentInStream = new FileInputStream(mCurrentFile); in openRead()200 mCurrentFile = mFile; in openRead()201 mCurrentInStream = new FileInputStream(mCurrentFile); in openRead()203 mCurrentFile = mReserveCopy; in openRead()204 mCurrentInStream = new FileInputStream(mCurrentFile); in openRead()233 if (!mCurrentFile.delete()) { in failRead()234 throw new IllegalStateException("Failed to remove " + mCurrentFile); in failRead()236 mCurrentFile = null; in failRead()[all …]