Searched refs:WAL_SUFFIX (Results 1 – 1 of 1) sorted by relevance
40 private static final String WAL_SUFFIX = "-wal"; field in SQLiteWalTest109 assertTrue((new File(db.getPath() + WAL_SUFFIX)).exists()); in prepareDatabase()113 assertTrue((new File(db.getPath() + WAL_SUFFIX)).length() > 0); in prepareDatabase()135 assertEquals(0, (new File(db.getPath() + WAL_SUFFIX)).length()); in testWalTruncate()150 assertTrue((new File(db.getPath() + WAL_SUFFIX)).length() > 0); in testWalNoTruncate()164 assertTrue((new File(db.getPath() + WAL_SUFFIX)).length() > 0); in testWalTruncateDisabled()177 backupFile(db.getPath() + WAL_SUFFIX); in doOperation()189 restoreFile(db.getPath() + WAL_SUFFIX); in doOperation()