Home
last modified time | relevance | path

Searched defs:storage (Results 1 – 4 of 4) sorted by relevance

/datastore/datastore-core-okio/src/commonTest/kotlin/androidx/datastore/core/okio/
DOkioStorageTest.kt277 val storage = OkioStorage(fileSystem, testingSerializer) { testPath } in <lambda>() constant
288 val storage = OkioStorage(fileSystem, testingSerializer) { fileInNonExistentDir } in <lambda>() constant
296 val storage = OkioStorage(fileSystem, testingSerializer) { fileInNonExistentDir } in <lambda>() constant
309 val storage = OkioStorage(fileSystem, testingSerializer) { directoryFile } in <lambda>() constant
325 val storage = OkioStorage(fileSystem, testingSerializer, producePath = fileProducer) in <lambda>() constant
/datastore/integration-tests/testapp/src/main/java/androidx/datastore/testapp/multiprocess/ipcActions/
DCreateDatastoreAction.kt99 val storage = in createDatastore() constant
/datastore/datastore-core/src/commonTest/kotlin/androidx/datastore/core/
DDataMigrationInitializerTest.kt40 private lateinit var storage: Storage<Byte> variable in androidx.datastore.core.DataMigrationInitializerTest
149 val storage = in <lambda>() constant
/datastore/datastore-core/src/commonMain/kotlin/androidx/datastore/core/
DDataStoreImpl.kt47 private val storage: Storage<T>, in <lambda>() constant in androidx.datastore.core.DataStoreImpl