Home
last modified time | relevance | path

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

/system/update_engine/common/
Dtest_utils.h115 should_unmount_(true) {} in ScopedFilesystemUnmounter()
117 if (should_unmount_) { in ~ScopedFilesystemUnmounter()
121 void set_should_unmount(bool unmount) { should_unmount_ = unmount; } in set_should_unmount()
124 bool should_unmount_; variable