Searched refs:subPlanInputStream (Results 1 – 3 of 3) sorted by relevance
117 InputStream subPlanInputStream = new FileInputStream(subPlanFile); in setupFilters() local119 subPlan.parse(subPlanInputStream); in setupFilters()
147 InputStream subPlanInputStream = null; in getSubPlanByName() local154 subPlanInputStream = new FileInputStream(subPlanFile); in getSubPlanByName()156 subPlan.parse(subPlanInputStream); in getSubPlanByName()162 StreamUtil.close(subPlanInputStream); in getSubPlanByName()
107 InputStream subPlanInputStream = new FileInputStream(subPlanFile); in checkSubPlan() local109 subPlan.parse(subPlanInputStream); in checkSubPlan()