Home
last modified time | relevance | path

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

/system/core/adb/fastdeploy/deploypatchgenerator/
Dpatch_utils.cpp98 size_t transferAmount = 0; in Pipe() local
99 while (transferAmount != amount) { in Pipe()
100 auto chunkAmount = std::min(amount - transferAmount, BUFFER_SIZE); in Pipe()
107 transferAmount += readAmount; in Pipe()