mapLayerFileSystem

actual fun mapLayerFileSystem(): FileSystem(source)

The file system layers are stored on.

FileSystem.SYSTEM is not part of Okio's common API surface — it is declared per platform — so it is reached through expect/actual, the same way core:database reaches it.

expect fun mapLayerFileSystem(): FileSystem(source)

The file system layers are stored on.

FileSystem.SYSTEM is not part of Okio's common API surface — it is declared per platform — so it is reached through expect/actual, the same way core:database reaches it.

actual fun mapLayerFileSystem(): FileSystem(source)

The file system layers are stored on.

FileSystem.SYSTEM is not part of Okio's common API surface — it is declared per platform — so it is reached through expect/actual, the same way core:database reaches it.