Searched refs:should_close_ (Results 1 – 2 of 2) sorted by relevance
41 : should_close_(true), buffer_capacity_(buffer_capacity) { in FileInputStream()52 : fd_(fd), should_close_(true), buffer_capacity_(buffer_capacity) { in FileInputStream()61 : fd_(fd.get()), should_close_(false), buffer_capacity_(buffer_capacity) { in FileInputStream()89 if (should_close_) { in Next()
44 if (should_close_ && (fd_ != -1)) { in ~FileInputStream()66 bool should_close_; variable