Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/utils/
H A DScopedContext.kt157 val scopedFilesDir = File(baseContext.filesDir.toString() + "/ExperienceData/" + scopeKey) constant
158 filesDir = scopedFilesDir
163 val scopedFilesMigrationMarker = File(scopedFilesDir, ".expo-migration")
164 if (scopedFilesDir.exists() && !scopedFilesMigrationMarker.exists()) {
165 migrateAllFiles(scopedFilesDir, baseContext.filesDir)