HomeSort by relevance Sort by last modified time
    Searched refs:fake_boot_control_ (Results 1 - 6 of 6) sorted by null

  /system/update_engine/update_manager/
real_system_provider_unittest.cc 36 new RealSystemProvider(&fake_hardware_, &fake_boot_control_));
41 chromeos_update_engine::FakeBootControl fake_boot_control_; member in class:chromeos_update_manager::UmRealSystemProviderTest
  /system/update_engine/payload_consumer/
filesystem_verifier_action_unittest.cc 64 FakeBootControl fake_boot_control_; member in class:chromeos_update_engine::FilesystemVerifierActionTest
176 fake_boot_control_.SetPartitionDevice(
185 fake_boot_control_.SetPartitionDevice(
196 FilesystemVerifierAction copier_action(&fake_boot_control_, verifier_mode);
268 FilesystemVerifierAction copier_action(&fake_boot_control_,
297 FilesystemVerifierAction verifier_action(&fake_boot_control_,
346 fake_boot_control_.SetPartitionDevice(
348 fake_boot_control_.SetPartitionDevice(
350 FilesystemVerifierAction action(&fake_boot_control_,
postinstall_runner_action_unittest.cc 170 FakeBootControl fake_boot_control_; member in class:chromeos_update_engine::PostinstallRunnerActionTest
198 PostinstallRunnerAction runner_action(&fake_boot_control_,
225 PostinstallRunnerAction action(&fake_boot_control_,
delta_performer_unittest.cc 205 fake_boot_control_.SetPartitionDevice(
207 fake_boot_control_.SetPartitionDevice(
209 fake_boot_control_.SetPartitionDevice(
211 fake_boot_control_.SetPartitionDevice(
332 FakeBootControl fake_boot_control_; member in class:chromeos_update_engine::DeltaPerformerTest
336 &prefs_, &fake_boot_control_, &fake_hardware_, &mock_delegate_, &install_plan_};
    [all...]
delta_performer_integration_test.cc 93 FakeBootControl fake_boot_control_; member in struct:chromeos_update_engine::__anon73613::DeltaState
744 &state->fake_boot_control_,
776 state->fake_boot_control_.SetPartitionDevice(
778 state->fake_boot_control_.SetPartitionDevice(
780 state->fake_boot_control_.SetPartitionDevice(
782 state->fake_boot_control_.SetPartitionDevice(
    [all...]
  /system/update_engine/
fake_system_state.h 112 boot_control_ = boot_control ? boot_control : &fake_boot_control_;
175 CHECK(boot_control_ == &fake_boot_control_);
176 return &fake_boot_control_;
236 FakeBootControl fake_boot_control_; member in class:chromeos_update_engine::FakeSystemState
252 BootControlInterface* boot_control_{&fake_boot_control_};

Completed in 2388 milliseconds