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 114 class ScopedFilesystemUnmounter {
116 explicit ScopedFilesystemUnmounter(const std::string& mountpoint)
119 ~ScopedFilesystemUnmounter() {
128 DISALLOW_COPY_AND_ASSIGN(ScopedFilesystemUnmounter);
192 // ScopedFilesystemUnmounter (the file system must be unmounted first)
197 std::unique_ptr<ScopedFilesystemUnmounter> unmounter_;
test_utils.cc 327 unmounter_.reset(new ScopedFilesystemUnmounter(*mnt_path));

Completed in 73 milliseconds