Home
last modified time | relevance | path

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

/system/update_engine/common/
Dtest_utils.h105 class ScopedFilesystemUnmounter {
107 explicit ScopedFilesystemUnmounter(const std::string& mountpoint) in ScopedFilesystemUnmounter() function
110 ~ScopedFilesystemUnmounter() { in ~ScopedFilesystemUnmounter()
119 DISALLOW_COPY_AND_ASSIGN(ScopedFilesystemUnmounter);
188 std::unique_ptr<ScopedFilesystemUnmounter> unmounter_;
Dtest_utils.cc257 unmounter_.reset(new ScopedFilesystemUnmounter(*mnt_path)); in ScopedLoopMounter()