Home
last modified time | relevance | path

Searched refs:should_close_ (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/common/
Dutils.h379 if (should_close_ && fd_ && (*fd_ >= 0) && !IGNORE_EINTR(close(*fd_))) in ~ScopedFdCloser()
382 void set_should_close(bool should_close) { should_close_ = should_close; } in set_should_close()
385 bool should_close_ = true; variable