Searched defs:file (Results 1 – 3 of 3) sorted by relevance
32 private val file = instrumentation.targetContext.getDatabasePath("test.db") constant
50 val file = File(SupportSQLiteCompat.Api21Impl.getNoBackupFilesDir(context), name) in <lambda>() constant
960 private static boolean isHelperSqliteFile(File file) { in isHelperSqliteFile()