Home
last modified time | relevance | path

Searched refs:byteCountInt (Results 1 – 1 of 1) sorted by relevance

/external/leakcanary2/shark-hprof/src/main/java/shark/
DFileSourceProvider.kt25 val byteCountInt = byteCount.toInt() in openStreamingSource() constant
30 val toRead = min(byteCountInt - totalBytesRead, maxRead) in openStreamingSource()