Searched defs:ScopedLoopbackDeviceBinder (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/common/
H A Dtest_utils.h122 class ScopedLoopbackDeviceBinder { class in namespace:chromeos_update_engine::test_utils
124 ScopedLoopbackDeviceBinder(const std::string& file, function in class:chromeos_update_engine::test_utils::ScopedLoopbackDeviceBinder
134 ~ScopedLoopbackDeviceBinder() {
156 DISALLOW_COPY_AND_ASSIGN(ScopedLoopbackDeviceBinder);
184 // ScopedLoopbackDeviceBinder (then the loop device can be deleted)
187 std::unique_ptr<ScopedLoopbackDeviceBinder> loop_binder_;

Completed in 46 milliseconds