Home
last modified time | relevance | path

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

/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/helpers/
H A DDevLauncherInstallationIDHelper.kt31 val installationIDFile = getInstallationIDFile(context) in <lambda>() constant
33 if (installationIDFile.exists()) { in <lambda>()
34 FileReader(installationIDFile).use { fileReader -> in <lambda>()
53 val installationIDFile = getInstallationIDFile(context) in <lambda>() constant
55 FileWriter(installationIDFile).use { it.write(installationID) } in <lambda>()