Home
last modified time | relevance | path

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

/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DPatchUtils.java66 long copyLength) throws IOException { in pipe() argument
67 while (copyLength > 0) { in pipe()
68 int maxCopy = (int) Math.min(buffer.length, copyLength); in pipe()
71 copyLength -= maxCopy; in pipe()