Home
last modified time | relevance | path

Searched defs:ScopedUnmount (Results 1 – 1 of 1) sorted by relevance

/system/incremental_delivery/incfs/tests/
Dincfs_test.cpp32 struct ScopedUnmount { struct
34 explicit ScopedUnmount(std::string&& path) : path_(std::move(path)) {} in ScopedUnmount() function
35 ~ScopedUnmount() { unmount(path_); } in ~ScopedUnmount() argument