Searched refs:mCurrentFile (Results 1 – 2 of 2) sorted by relevance
58 private File mCurrentFile = null; field in ResilientAtomicFile180 mCurrentFile = mTemporaryBackup; in openRead()181 mCurrentInStream = new FileInputStream(mCurrentFile); in openRead()205 mCurrentFile = mFile; in openRead()206 mCurrentInStream = new FileInputStream(mCurrentFile); in openRead()208 mCurrentFile = mReserveCopy; in openRead()209 mCurrentInStream = new FileInputStream(mCurrentFile); in openRead()234 "Error reading " + mDebugName + ", removing " + mCurrentFile + '\n' in failRead()238 if (!mCurrentFile.delete()) { in failRead()239 throw new IllegalStateException("Failed to remove " + mCurrentFile); in failRead()[all …]
173 private BatteryHistoryFile mCurrentFile; field in BatteryStatsHistory833 mCurrentFile = null; in iterate()878 BatteryHistoryFile nextFile = mHistoryDir.getNextFile(mCurrentFile, startTimeMs, in getNextParcel()891 mCurrentFile = nextFile; in getNextParcel()