Searched refs:ScopedFilesystemUnmounter (Results 1 – 2 of 2) sorted by relevance
87 class ScopedFilesystemUnmounter {89 explicit ScopedFilesystemUnmounter(const std::string& mountpoint) in ScopedFilesystemUnmounter() function91 ~ScopedFilesystemUnmounter() { in ~ScopedFilesystemUnmounter()101 DISALLOW_COPY_AND_ASSIGN(ScopedFilesystemUnmounter);170 std::unique_ptr<ScopedFilesystemUnmounter> unmounter_;
251 unmounter_.reset(new ScopedFilesystemUnmounter(*mnt_path)); in ScopedLoopMounter()