Home | History | Annotate | Download | only in net

Lines Matching defs:fis

1107         FileInputStream fis = null;
1109 fis = mPolicyFile.openRead();
1111 in.setInput(fis, null);
1217 IoUtils.closeQuietly(fis);