Home
last modified time | relevance | path

Searched refs:ScopedLoopbackDeviceBinder (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/payload_consumer/
Dpostinstall_runner_action_unittest.cc50 using chromeos_update_engine::test_utils::ScopedLoopbackDeviceBinder;
280 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F()
293 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F()
299 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F()
314 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F()
330 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F()
359 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F()
384 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F()
392 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F()
400 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F()
[all …]
Dfilesystem_verifier_action_unittest.cc270 test_utils::ScopedLoopbackDeviceBinder a_dev_releaser( in DoTest()
448 test_utils::ScopedLoopbackDeviceBinder target_device( in TEST_F()
509 test_utils::ScopedLoopbackDeviceBinder target_device( in TEST_F()
/system/update_engine/common/
Dtest_utils.h99 class ScopedLoopbackDeviceBinder {
101 ScopedLoopbackDeviceBinder(const std::string& file, in ScopedLoopbackDeviceBinder() function
111 ~ScopedLoopbackDeviceBinder() { in ~ScopedLoopbackDeviceBinder()
133 DISALLOW_COPY_AND_ASSIGN(ScopedLoopbackDeviceBinder);
148 std::unique_ptr<ScopedLoopbackDeviceBinder> loop_binder_;
Dtest_utils.cc248 new ScopedLoopbackDeviceBinder(file_path, true, &loop_dev)); in ScopedLoopMounter()
Dutils_unittest.cc387 test_utils::ScopedLoopbackDeviceBinder loop_binder( in TEST()
/system/update_engine/aosp/
Ddynamic_partition_control_android_unittest.cc37 using chromeos_update_engine::test_utils::ScopedLoopbackDeviceBinder;
982 ScopedLoopbackDeviceBinder dev(system_other.path(), true, &mnt_path); in TEST_P()