Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/
DMountRegistry.cpp281 const auto readEnd = nextRead + read; in forEachLine() local
282 auto chunk = std::string_view{nextLine, size_t(readEnd - nextLine)}; in forEachLine()
292 const auto remainingSize = readEnd - chunk.end(); in forEachLine()