Searched defs:updatesDirectory (Results 1 – 13 of 13) sorted by relevance
30 {
177 val updatesDirectory = controller.updatesDirectory in storedUpdateIdsWithConfiguration() constant
67 val updatesDirectory = File(context.filesDir, UPDATES_DIRECTORY_NAME) in <lambda>() constant
75 var updatesDirectory: File? = null variable
33 let updatesDirectory = applicationDocumentsDirectory.appendingPathComponent(".expo-internal") in initializeUpdatesDirectory() variable
91 public internal(set) var updatesDirectory: URL? in appController() variable
44 let updatesDirectory = applicationDocumentsDirectory.appendingPathComponent(".expo-internal") in initializeUpdatesDirectory() variable
41 @property (nonatomic, readwrite, strong) NSURL *updatesDirectory; property
41 private val updatesDirectory: File?, constant in expo.modules.updates.launcher.DatabaseLauncher
29 private val updatesDirectory: File?, constant in expo.modules.updates.loader.Loader
102 lateinit var updatesDirectory: File in onOptimisticManifest() variable in host.exp.exponent.ExpoUpdatesAppLoader