Searched refs:mAccountInfoFile (Results 1 – 1 of 1) sorted by relevance
497 private final AtomicFile mAccountInfoFile; field in SyncStorageEngine543 mAccountInfoFile = new AtomicFile(new File(mSyncDir, ACCOUNT_INFO_FILE_NAME), in SyncStorageEngine()1688 fis = mAccountInfoFile.openRead(); in readAccountInfoLocked()1690 Slog.v(TAG_FILE, "Reading " + mAccountInfoFile.getBaseFile()); in readAccountInfoLocked()2005 Slog.v(TAG_FILE, "Writing new " + mAccountInfoFile.getBaseFile()); in writeAccountInfoLocked()2010 fos = mAccountInfoFile.startWrite(); in writeAccountInfoLocked()2047 mAccountInfoFile.finishWrite(fos); in writeAccountInfoLocked()2051 mAccountInfoFile.failWrite(fos); in writeAccountInfoLocked()