Searched refs:ScopedLoopbackDeviceBinder (Results 1 – 5 of 5) sorted by relevance
/system/update_engine/payload_consumer/ |
D | postinstall_runner_action_unittest.cc | 46 using chromeos_update_engine::test_utils::ScopedLoopbackDeviceBinder; 250 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() 262 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() 268 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() 282 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() 311 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() 319 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() 327 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() 336 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() 344 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() [all …]
|
D | filesystem_verifier_action_unittest.cc | 108 test_utils::ScopedLoopbackDeviceBinder a_dev_releaser( in DoTest() 284 test_utils::ScopedLoopbackDeviceBinder target_device( in TEST_F() 346 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); 169 std::unique_ptr<ScopedLoopbackDeviceBinder> loop_binder_;
|
D | test_utils.cc | 224 new ScopedLoopbackDeviceBinder(file_path, true, &loop_dev)); in ScopedLoopMounter()
|
D | utils_unittest.cc | 439 test_utils::ScopedLoopbackDeviceBinder loop_binder( in TEST()
|