Searched defs:mAccountInfoFile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java383 private final AtomicFile mAccountInfoFile; field in class:SyncStorageEngine
420 mAccountInfoFile = new AtomicFile(new File(syncDir, "accounts.xml"));
1435 fis = mAccountInfoFile.openRead();
1437 Slog.v(TAG_FILE, "Reading " + mAccountInfoFile.getBaseFile());
1774 Slog.v(TAG_FILE, "Writing new " + mAccountInfoFile.getBaseFile());
1779 fos = mAccountInfoFile.startWrite();
1817 mAccountInfoFile.finishWrite(fos);
1821 mAccountInfoFile.failWrite(fos);

Completed in 55 milliseconds