Home
last modified time | relevance | path

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

/expo/tools/src/vendoring/config/
H A Dreact-native-async-storage-scoped-storage-android.patch6 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();
/expo/android/vendored/sdk48/@react-native-async-storage/async-storage/android/src/main/java/abi48_0_0/com/reactnativecommunity/asyncstorage/
H A DAsyncLocalStorageUtil.java161 File nextStorageFile = ctx.getDatabasePath("AsyncStorage"); in verifyAndForceSqliteCheckpoint()
164 File currentStorageFile = ctx.getDatabasePath("UNUSED"); in verifyAndForceSqliteCheckpoint()
H A DAsyncStorageExpoMigration.java75 File databaseDirectory = context.getDatabasePath("noop").getParentFile(); in getExpoDatabases()
/expo/android/vendored/unversioned/@react-native-async-storage/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/
H A DAsyncLocalStorageUtil.java161 File nextStorageFile = ctx.getDatabasePath("AsyncStorage"); in verifyAndForceSqliteCheckpoint()
164 File currentStorageFile = ctx.getDatabasePath("UNUSED"); in verifyAndForceSqliteCheckpoint()
H A DAsyncStorageExpoMigration.java75 File databaseDirectory = context.getDatabasePath("noop").getParentFile(); in getExpoDatabases()
/expo/android/vendored/sdk49/@react-native-async-storage/async-storage/android/src/main/java/abi49_0_0/com/reactnativecommunity/asyncstorage/
H A DAsyncLocalStorageUtil.java161 File nextStorageFile = ctx.getDatabasePath("AsyncStorage"); in verifyAndForceSqliteCheckpoint()
164 File currentStorageFile = ctx.getDatabasePath("UNUSED"); in verifyAndForceSqliteCheckpoint()
H A DAsyncStorageExpoMigration.java75 File databaseDirectory = context.getDatabasePath("noop").getParentFile(); in getExpoDatabases()
/expo/android/expoview/src/main/java/host/exp/exponent/utils/
H A DScopedContext.kt124 override fun getDatabasePath(name: String): File { in getDatabasePath() method
125 return baseContext.getDatabasePath(scope + name) in getDatabasePath()
/expo/android/vendored/unversioned/@react-native-async-storage/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/next/
H A DStorageSupplier.kt121 val oldDbFile = context.getDatabasePath("RKStorage") in storage()
/expo/android/vendored/sdk49/@react-native-async-storage/async-storage/android/src/main/java/abi49_0_0/com/reactnativecommunity/asyncstorage/next/
H A DStorageSupplier.kt121 val oldDbFile = context.getDatabasePath("RKStorage") in storage()
/expo/android/vendored/sdk48/@react-native-async-storage/async-storage/android/src/main/java/abi48_0_0/com/reactnativecommunity/asyncstorage/next/
H A DStorageSupplier.kt121 val oldDbFile = context.getDatabasePath("RKStorage") in storage()