Home
last modified time | relevance | path

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

/packages/modules/adb/fastdeploy/deploypatchgenerator/
Dpatch_utils.cpp100 auto chunkAmount = std::min(amount - transferAmount, BUFFER_SIZE); in Pipe() local
101 auto readAmount = adb_read(input, buffer, chunkAmount); in Pipe()