Searched refs:chunkAmount (Results 1 – 1 of 1) sorted by relevance
100 auto chunkAmount = std::min(amount - transferAmount, BUFFER_SIZE); in Pipe() local101 auto readAmount = adb_read(input, buffer, chunkAmount); in Pipe()