Home
last modified time | relevance | path

Searched defs:lastAccessedAt (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/okio/okio-testing-support/src/commonMain/kotlin/okio/
H A DTestingCommon.kt56 val FileMetadata.lastAccessedAt: Instant? constant
58 val lastAccessedAt = lastAccessedAtMillis ?: return null constant
/aosp_15_r20/external/okio/okio-fakefilesystem/src/commonMain/kotlin/okio/fakefilesystem/
H A DFakeFileSystem.kt596 var lastAccessedAt: Instant = createdAt variable in okio.fakefilesystem.FakeFileSystem.Element