Searched refs:fileInput (Results 1 – 2 of 2) sorted by relevance
513 FileInputStreamSource fileInput = new FileInputStreamSource(f); in logAndCleanHeapDump() local514 logger.testLog(f.getName(), LogDataType.HPROF, fileInput); in logAndCleanHeapDump() local515 StreamUtil.cancel(fileInput); in logAndCleanHeapDump()
2469 FileInputStream fileInput = closer.register(new FileInputStream(file)); in addAllRecursively() local2470 add(file.getName(), fileInput, mayCompressFile); in addAllRecursively() local