Searched refs:ScopedLoopbackDeviceBinder (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/payload_consumer/ |
D | postinstall_runner_action_unittest.cc | 51 using chromeos_update_engine::test_utils::ScopedLoopbackDeviceBinder; 281 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() 294 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() 300 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() 315 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() 331 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() 409 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() [all …]
|
D | filesystem_verifier_action_unittest.cc | 271 test_utils::ScopedLoopbackDeviceBinder a_dev_releaser( in DoTest() 449 test_utils::ScopedLoopbackDeviceBinder target_device( in TEST_F() 510 test_utils::ScopedLoopbackDeviceBinder target_device( in TEST_F()
|
/system/update_engine/common/ |
D | test_utils.h | 104 class ScopedLoopbackDeviceBinder { 106 ScopedLoopbackDeviceBinder(const std::string& file, in ScopedLoopbackDeviceBinder() function 116 ~ScopedLoopbackDeviceBinder() { in ~ScopedLoopbackDeviceBinder() 138 DISALLOW_COPY_AND_ASSIGN(ScopedLoopbackDeviceBinder); 153 std::unique_ptr<ScopedLoopbackDeviceBinder> loop_binder_;
|
D | test_utils.cc | 248 new ScopedLoopbackDeviceBinder(file_path, true, &loop_dev)); in ScopedLoopMounter()
|
D | utils_unittest.cc | 391 test_utils::ScopedLoopbackDeviceBinder loop_binder( in TEST()
|
/system/update_engine/aosp/ |
D | dynamic_partition_control_android_unittest.cc | 37 using chromeos_update_engine::test_utils::ScopedLoopbackDeviceBinder; 979 ScopedLoopbackDeviceBinder dev(system_other.path(), true, &mnt_path); in TEST_P()
|