Home
last modified time | relevance | path

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

/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteWalTest.java39 private static final String SHM_SUFFIX = "-shm"; field in SQLiteWalTest
108 assertTrue((new File(db.getPath() + SHM_SUFFIX)).exists()); in prepareDatabase()
112 assertTrue((new File(db.getPath() + SHM_SUFFIX)).length() > 0); in prepareDatabase()
176 backupFile(db.getPath() + SHM_SUFFIX); in doOperation()
188 restoreFile(db.getPath() + SHM_SUFFIX); in doOperation()