Home
last modified time | relevance | path

Searched refs:fake_boot_control_ (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/cros/
Dfake_system_state.h123 boot_control_ = boot_control ? boot_control : &fake_boot_control_; in set_boot_control()
191 CHECK(boot_control_ == &fake_boot_control_); in fake_boot_control()
192 return &fake_boot_control_; in fake_boot_control()
266 FakeBootControl fake_boot_control_; variable
284 BootControlInterface* boot_control_{&fake_boot_control_};
/system/update_engine/payload_consumer/
Dpostinstall_runner_action_unittest.cc177 FakeBootControl fake_boot_control_; member in chromeos_update_engine::PostinstallRunnerActionTest
217 &fake_boot_control_, &fake_hardware_); in RunPostinstallActionWithInstallPlan()
250 PostinstallRunnerAction action(&fake_boot_control_, &fake_hardware_); in TEST_F()
Ddelta_performer_unittest.cc310 fake_boot_control_.SetPartitionDevice( in ApplyPayloadToData()
312 fake_boot_control_.SetPartitionDevice( in ApplyPayloadToData()
314 fake_boot_control_.SetPartitionDevice( in ApplyPayloadToData()
316 fake_boot_control_.SetPartitionDevice( in ApplyPayloadToData()
438 FakeBootControl fake_boot_control_; member in chromeos_update_engine::DeltaPerformerTest
443 &fake_boot_control_,
1153 &fake_boot_control_, in TEST_F()
Ddelta_performer_integration_test.cc110 FakeBootControl fake_boot_control_; member
804 &state->fake_boot_control_, in ApplyDeltaFile()
827 state->fake_boot_control_.SetPartitionDevice( in ApplyDeltaFile()
829 state->fake_boot_control_.SetPartitionDevice(kPartitionNameKernel, in ApplyDeltaFile()
832 state->fake_boot_control_.SetPartitionDevice( in ApplyDeltaFile()
834 state->fake_boot_control_.SetPartitionDevice(kPartitionNameKernel, in ApplyDeltaFile()