Searched refs:shouldClose (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DFileInputStream.java59 private final boolean shouldClose; field in class:FileInputStream
79 this.shouldClose = true;
96 this.shouldClose = false;
120 if (shouldClose) {
H A DFileOutputStream.java56 private final boolean shouldClose; field in class:FileOutputStream
89 this.shouldClose = true;
103 this.shouldClose = false;
138 if (shouldClose) {

Completed in 57 milliseconds