Home
last modified time | relevance | path

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

/system/update_engine/common/
Dutils.h350 should_remove_(true) {} in ScopedPathUnlinker()
352 if (should_remove_ && unlink(path_.c_str()) < 0) { in ~ScopedPathUnlinker()
356 void set_should_remove(bool should_remove) { should_remove_ = should_remove; } in set_should_remove()
360 bool should_remove_; variable