Searched refs:mAccountInfoFile (Results 1 – 1 of 1) sorted by relevance
502 private final AtomicFile mAccountInfoFile; field in SyncStorageEngine548 mAccountInfoFile = new AtomicFile(new File(mSyncDir, ACCOUNT_INFO_FILE_NAME), in SyncStorageEngine()1694 fis = mAccountInfoFile.openRead(); in readAccountInfoLocked()1696 Slog.v(TAG_FILE, "Reading " + mAccountInfoFile.getBaseFile()); in readAccountInfoLocked()2011 Slog.v(TAG_FILE, "Writing new " + mAccountInfoFile.getBaseFile()); in writeAccountInfoLocked()2016 fos = mAccountInfoFile.startWrite(); in writeAccountInfoLocked()2053 mAccountInfoFile.finishWrite(fos); in writeAccountInfoLocked()2057 mAccountInfoFile.failWrite(fos); in writeAccountInfoLocked()