Home
last modified time | relevance | path

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

/system/update_engine/common/
Dutils.h446 : path_(path), should_remove_(true) {} in ScopedPathUnlinker()
448 if (should_remove_ && unlink(path_.c_str()) < 0) { in ~ScopedPathUnlinker()
452 void set_should_remove(bool should_remove) { should_remove_ = should_remove; } in set_should_remove()
456 bool should_remove_; variable