Searched defs:ScopedUnmount (Results 1 – 1 of 1) sorted by relevance
32 struct ScopedUnmount { struct34 explicit ScopedUnmount(std::string&& path) : path_(std::move(path)) {} in ScopedUnmount() function35 ~ScopedUnmount() { unmount(path_); } in ~ScopedUnmount() argument