Home
last modified time | relevance | path

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

/system/update_engine/common/
Dtest_utils.h87 class ScopedFilesystemUnmounter {
89 explicit ScopedFilesystemUnmounter(const std::string& mountpoint) in ScopedFilesystemUnmounter() function
91 ~ScopedFilesystemUnmounter() { in ~ScopedFilesystemUnmounter()
101 DISALLOW_COPY_AND_ASSIGN(ScopedFilesystemUnmounter);
170 std::unique_ptr<ScopedFilesystemUnmounter> unmounter_;
Dtest_utils.cc251 unmounter_.reset(new ScopedFilesystemUnmounter(*mnt_path)); in ScopedLoopMounter()