Home
last modified time | relevance | path

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

/system/update_engine/common/
Dtest_utils.h109 should_unmount_(true) {} in ScopedFilesystemUnmounter()
111 if (should_unmount_) { in ~ScopedFilesystemUnmounter()
115 void set_should_unmount(bool unmount) { should_unmount_ = unmount; } in set_should_unmount()
118 bool should_unmount_; variable