Searched refs:mAccountInfoFile (Results 1 – 1 of 1) sorted by relevance
472 private final AtomicFile mAccountInfoFile; field in SyncStorageEngine516 mAccountInfoFile = new AtomicFile(new File(syncDir, "accounts.xml"), "sync-accounts"); in SyncStorageEngine()1614 fis = mAccountInfoFile.openRead(); in readAccountInfoLocked()1616 Slog.v(TAG_FILE, "Reading " + mAccountInfoFile.getBaseFile()); in readAccountInfoLocked()1965 Slog.v(TAG_FILE, "Writing new " + mAccountInfoFile.getBaseFile()); in writeAccountInfoLocked()1970 fos = mAccountInfoFile.startWrite(); in writeAccountInfoLocked()2008 mAccountInfoFile.finishWrite(fos); in writeAccountInfoLocked()2012 mAccountInfoFile.failWrite(fos); in writeAccountInfoLocked()