Home
last modified time | relevance | path

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

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