Home
last modified time | relevance | path

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

/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DPatchUtils.java53 int readNow = in.read(destination, startAt + numRead, numBytes - numRead); in readFully() local
54 if (readNow == -1) { in readFully()
57 numRead += readNow; in readFully()