Home
last modified time | relevance | path

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

/system/core/adb/fastdeploy/deploypatchgenerator/src/com/android/fastdeploy/
DDeployPatchGenerator.java171 FileInputStream hostFileInputStream = new FileInputStream(hostFile); in createPatch() local
190 PatchUtils.pipe(hostFileInputStream, patchStream, buffer, newDataLen); in createPatch()
194 long skip = hostFileInputStream.skip(oldDataLen); in createPatch()
203 PatchUtils.pipe(hostFileInputStream, patchStream, buffer, remainderLen); in createPatch()