Home
last modified time | relevance | path

Searched defs:fdRead (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/okio/okio-wasifilesystem/src/wasmWasiMain/kotlin/okio/
H A DFileSource.kt59 private fun fdRead(data: ByteArray, offset: Int, count: Int): size { in <lambda>() method in okio.FileSource
/aosp_15_r20/system/logging/logd/
H A DTrustyLog.cpp29 TrustyLog::TrustyLog(LogBuffer* buf, int fdRead) : SocketListener(fdRead, false), logbuf(buf) {} in TrustyLog()
H A DLogKlog.cpp202 LogKlog::LogKlog(LogBuffer* buf, int fdWrite, int fdRead, bool auditd, LogStatistics* stats) in LogKlog()