Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpartition_update_generator_android_unittest.cc73 boot_control_->SetPartitionDevice(prefix, 0, path); in SetUpBlockDevice()
77 boot_control_->SetPartitionDevice(prefix, 1, path); in SetUpBlockDevice()
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()
Ddelta_performer_integration_test.cc827 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()
/system/update_engine/common/
Dfake_boot_control.h109 void SetPartitionDevice(const std::string& partition_name, in SetPartitionDevice() function
/system/update_engine/cros/
Domaha_response_handler_action_unittest.cc88 fake_boot_control->SetPartitionDevice(kPartitionNameKernel, 0, "/dev/sdz2"); in SetUp()
89 fake_boot_control->SetPartitionDevice(kPartitionNameRoot, 0, "/dev/sdz3"); in SetUp()
90 fake_boot_control->SetPartitionDevice(kPartitionNameKernel, 1, "/dev/sdz4"); in SetUp()
91 fake_boot_control->SetPartitionDevice(kPartitionNameRoot, 1, "/dev/sdz5"); in SetUp()
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc203 fake_boot_control.SetPartitionDevice( in ApplyPayload()
211 fake_boot_control.SetPartitionDevice( in ApplyPayload()