Searched refs:scopedFilesDir (Results 1 – 1 of 1) sorted by relevance
157 val scopedFilesDir = File(baseContext.filesDir.toString() + "/ExperienceData/" + scopeKey) constant158 filesDir = scopedFilesDir163 val scopedFilesMigrationMarker = File(scopedFilesDir, ".expo-migration")164 if (scopedFilesDir.exists() && !scopedFilesMigrationMarker.exists()) {165 migrateAllFiles(scopedFilesDir, baseContext.filesDir)