Home
last modified time | relevance | path

Searched refs:mAccountInfoFile (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java502 private final AtomicFile mAccountInfoFile; field in SyncStorageEngine
548 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()