Searched refs:should_close_ (Results 1 – 1 of 1) sorted by relevance
367 if (should_close_ && fd_ && (*fd_ >= 0) && !IGNORE_EINTR(close(*fd_))) in ~ScopedFdCloser()370 void set_should_close(bool should_close) { should_close_ = should_close; } in set_should_close()374 bool should_close_ = true; variable