Searched refs:should_unmount_ (Results 1 – 3 of 3) sorted by relevance
90 : 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
64 bool should_unmount_ = false; variable
262 should_unmount_ = true; in AutoMountMetadata()266 if (mounted_ && should_unmount_) { in ~AutoMountMetadata()