Searched refs:getDatabasePath (Results 1 – 11 of 11) sorted by relevance
6 File nextStorageFile = ctx.getDatabasePath("AsyncStorage");7 - File currentStorageFile = ctx.getDatabasePath(ReactDatabaseSupplier.DATABASE_NAME);9 + // File currentStorageFile = ctx.getDatabasePath(ReactDatabaseSupplier.DATABASE_NAME);10 + File currentStorageFile = ctx.getDatabasePath("UNUSED");20 …File(new FileInputStream(expoDatabase), new FileOutputStream(context.getDatabasePath(ReactDatabase…22 …File(new FileInputStream(expoDatabase), new FileOutputStream(context.getDatabasePath(ReactDatabase…30 - return context.getDatabasePath(ReactDatabaseSupplier.DATABASE_NAME).exists();32 + // return context.getDatabasePath(ReactDatabaseSupplier.DATABASE_NAME).exists();
161 File nextStorageFile = ctx.getDatabasePath("AsyncStorage"); in verifyAndForceSqliteCheckpoint()164 File currentStorageFile = ctx.getDatabasePath("UNUSED"); in verifyAndForceSqliteCheckpoint()
75 File databaseDirectory = context.getDatabasePath("noop").getParentFile(); in getExpoDatabases()
124 override fun getDatabasePath(name: String): File { in getDatabasePath() method125 return baseContext.getDatabasePath(scope + name) in getDatabasePath()
121 val oldDbFile = context.getDatabasePath("RKStorage") in storage()