Home
last modified time | relevance | path

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

/external/okio/okio-testing-support/src/nonWasmMain/kotlin/okio/
DTestingNonWasm.kt38 actual val FileSystem.allowReadsWhileWriting: Boolean in fromEpochSeconds() constant
/external/okio/okio-testing-support/src/wasmMain/kotlin/okio/
DTestingWasm.kt56 actual val FileSystem.allowReadsWhileWriting: Boolean constant
/external/okio/okio-testing-support/src/commonMain/kotlin/okio/
DTestingCommon.kt90 expect val FileSystem.allowReadsWhileWriting: Boolean constant
/external/okio/okio-fakefilesystem/src/commonMain/kotlin/okio/fakefilesystem/
DFakeFileSystem.kt114 var allowReadsWhileWriting = false variable in okio.fakefilesystem.FakeFileSystem