Home
last modified time | relevance | path

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

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