Searched refs:mAccountInfoFile (Results 1 – 1 of 1) sorted by relevance
490 private final AtomicFile mAccountInfoFile; field in SyncStorageEngine534 mAccountInfoFile = new AtomicFile(new File(mSyncDir, ACCOUNT_INFO_FILE_NAME), in SyncStorageEngine()1633 fis = mAccountInfoFile.openRead(); in readAccountInfoLocked()1635 Slog.v(TAG_FILE, "Reading " + mAccountInfoFile.getBaseFile()); in readAccountInfoLocked()1950 Slog.v(TAG_FILE, "Writing new " + mAccountInfoFile.getBaseFile()); in writeAccountInfoLocked()1955 fos = mAccountInfoFile.startWrite(); in writeAccountInfoLocked()1992 mAccountInfoFile.finishWrite(fos); in writeAccountInfoLocked()1996 mAccountInfoFile.failWrite(fos); in writeAccountInfoLocked()