Searched refs:SHM_SUFFIX (Results 1 – 1 of 1) sorted by relevance
39 private static final String SHM_SUFFIX = "-shm"; field in SQLiteWalTest108 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()