Searched defs:storage (Results 1 – 4 of 4) sorted by relevance
277 val storage = OkioStorage(fileSystem, testingSerializer) { testPath } in <lambda>() constant288 val storage = OkioStorage(fileSystem, testingSerializer) { fileInNonExistentDir } in <lambda>() constant296 val storage = OkioStorage(fileSystem, testingSerializer) { fileInNonExistentDir } in <lambda>() constant309 val storage = OkioStorage(fileSystem, testingSerializer) { directoryFile } in <lambda>() constant325 val storage = OkioStorage(fileSystem, testingSerializer, producePath = fileProducer) in <lambda>() constant
99 val storage = in createDatastore() constant
40 private lateinit var storage: Storage<Byte> variable in androidx.datastore.core.DataMigrationInitializerTest149 val storage = in <lambda>() constant
47 private val storage: Storage<T>, in <lambda>() constant in androidx.datastore.core.DataStoreImpl