Home
last modified time | relevance | path

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

/system/update_engine/common/
Dtest_utils.h90 : mountpoint_(mountpoint), should_unmount_(true) {} in ScopedFilesystemUnmounter()
92 if (should_unmount_) { in ~ScopedFilesystemUnmounter()
96 void set_should_unmount(bool unmount) { should_unmount_ = unmount; } in set_should_unmount()
100 bool should_unmount_; variable
/system/core/fastboot/device/
Dutility.h64 bool should_unmount_ = false; variable
Dutility.cpp262 should_unmount_ = true; in AutoMountMetadata()
266 if (mounted_ && should_unmount_) { in ~AutoMountMetadata()