Searched refs:SetPartitionDevice (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/payload_consumer/ |
D | partition_update_generator_android_unittest.cc | 73 boot_control_->SetPartitionDevice(prefix, 0, path); in SetUpBlockDevice() 77 boot_control_->SetPartitionDevice(prefix, 1, path); in SetUpBlockDevice()
|
D | delta_performer_unittest.cc | 310 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()
|
D | delta_performer_integration_test.cc | 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()
|
/system/update_engine/common/ |
D | fake_boot_control.h | 109 void SetPartitionDevice(const std::string& partition_name, in SetPartitionDevice() function
|
/system/update_engine/cros/ |
D | omaha_response_handler_action_unittest.cc | 88 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/ |
D | generate_delta_main.cc | 203 fake_boot_control.SetPartitionDevice( in ApplyPayload() 211 fake_boot_control.SetPartitionDevice( in ApplyPayload()
|