HomeSort by relevance Sort by last modified time
    Searched refs:ScopedFilesystemUnmounter (Results 1 - 2 of 2) sorted by null

  /system/update_engine/common/
test_utils.h 105 class ScopedFilesystemUnmounter {
107 explicit ScopedFilesystemUnmounter(const std::string& mountpoint)
110 ~ScopedFilesystemUnmounter() {
119 DISALLOW_COPY_AND_ASSIGN(ScopedFilesystemUnmounter);
183 // ScopedFilesystemUnmounter (the file system must be unmounted first)
188 std::unique_ptr<ScopedFilesystemUnmounter> unmounter_;
test_utils.cc 258 unmounter_.reset(new ScopedFilesystemUnmounter(*mnt_path));

Completed in 57 milliseconds