Searched refs:ScopedFilesystemUnmounter (Results 1 – 2 of 2) sorted by relevance
82 class ScopedFilesystemUnmounter {84 explicit ScopedFilesystemUnmounter(const std::string& mountpoint) in ScopedFilesystemUnmounter() function86 ~ScopedFilesystemUnmounter() { in ~ScopedFilesystemUnmounter()96 DISALLOW_COPY_AND_ASSIGN(ScopedFilesystemUnmounter);149 std::unique_ptr<ScopedFilesystemUnmounter> unmounter_;
251 unmounter_.reset(new ScopedFilesystemUnmounter(*mnt_path)); in ScopedLoopMounter()