Home | History | Annotate | Download | only in server

Lines Matching refs:journal

1001         JournaledFile journal = makeJournaledFile(wallpaper.userId);
1004 stream = new FileOutputStream(journal.chooseForWrite(), false);
1022 journal.commit();
1031 journal.rollback();
1051 JournaledFile journal = makeJournaledFile(userId);
1053 File file = journal.chooseForRead();