Searched refs:ScopedFilesystemUnmounter (Results 1 – 2 of 2) sorted by relevance
105 class ScopedFilesystemUnmounter {107 explicit ScopedFilesystemUnmounter(const std::string& mountpoint) in ScopedFilesystemUnmounter() function110 ~ScopedFilesystemUnmounter() { in ~ScopedFilesystemUnmounter()119 DISALLOW_COPY_AND_ASSIGN(ScopedFilesystemUnmounter);188 std::unique_ptr<ScopedFilesystemUnmounter> unmounter_;
257 unmounter_.reset(new ScopedFilesystemUnmounter(*mnt_path)); in ScopedLoopMounter()