Home | History | Annotate | Download | only in util

Lines Matching refs:fileInputStream

34 import java.io.FileInputStream;
195 FileInputStream fileInputStream = null;
224 fileInputStream =
225 (FileInputStream) snapshot.getInputStream(DISK_CACHE_INDEX);
226 fileDescriptor = fileInputStream.getFD();
233 if (fileDescriptor == null && fileInputStream != null) {
235 fileInputStream.close();
247 if (fileInputStream != null) {
249 fileInputStream.close();