Searched refs:newOut (Results 1 – 3 of 3) sorted by relevance
190 ByteArrayOutputStream newOut = new ByteArrayOutputStream(); in testPatchAndApply() local191 applier.applyDelta(oldFile, patchIn, newOut); in testPatchAndApply()195 Assert.assertArrayEquals(newArchiveBytes, newOut.toByteArray()); in testPatchAndApply()
151 llvm::raw_fd_ostream newOut(fd, /*shouldClose=*/true); in flushToFile() local153 newOut.write(mem->getBufferStart(), mem->getBufferSize()); in flushToFile()154 newOut.close(); in flushToFile()
221 FileOutputStream newOut = new FileOutputStream(newFile); in applyPatch()222 BufferedOutputStream bufferedNewOut = new BufferedOutputStream(newOut)) { in applyPatch()