Searched refs:auto_close_ (Results 1 – 2 of 2) sorted by relevance
28 FdFile::FdFile() : guard_state_(GuardState::kClosed), fd_(-1), auto_close_(true) { in FdFile()33 fd_(fd), auto_close_(true) { in FdFile()38 fd_(fd), file_path_(path), auto_close_(true) { in FdFile()52 if (auto_close_ && fd_ != -1) { in ~FdFile()83 auto_close_ = false; in DisableAutoClose()
112 bool auto_close_; variable