Searched refs:should_remove_ (Results 1 – 1 of 1) sorted by relevance
382 : path_(path), should_remove_(true) {} in ScopedPathUnlinker()384 if (should_remove_ && unlink(path_.c_str()) < 0) { in ~ScopedPathUnlinker()388 void set_should_remove(bool should_remove) { should_remove_ = should_remove; } in set_should_remove()392 bool should_remove_; variable