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

/system/update_engine/payload_consumer/
H A Dpostinstall_runner_action_unittest.cc45 using chromeos_update_engine::test_utils::ScopedLoopbackDeviceBinder;
241 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr);
251 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr);
257 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr);
280 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr);
288 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr);
296 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr);
305 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr);
313 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr);
327 ScopedLoopbackDeviceBinder loo
[all...]
H A Dfilesystem_verifier_action_unittest.cc156 test_utils::ScopedLoopbackDeviceBinder a_dev_releaser(
/system/update_engine/common/
H A Dtest_utils.h131 class ScopedLoopbackDeviceBinder { class in namespace:chromeos_update_engine::test_utils
133 ScopedLoopbackDeviceBinder(const std::string& file, function in class:chromeos_update_engine::test_utils::ScopedLoopbackDeviceBinder
143 ~ScopedLoopbackDeviceBinder() {
165 DISALLOW_COPY_AND_ASSIGN(ScopedLoopbackDeviceBinder);
193 // ScopedLoopbackDeviceBinder (then the loop device can be deleted)
196 std::unique_ptr<ScopedLoopbackDeviceBinder> loop_binder_;
H A Dtest_utils.cc324 new ScopedLoopbackDeviceBinder(file_path, true, &loop_dev));
H A Dutils_unittest.cc567 test_utils::ScopedLoopbackDeviceBinder loop_binder(

Completed in 22 milliseconds