/system/update_engine/common/ |
D | boot_control_stub.h | 43 bool GetPartitionDevice(const std::string& partition_name, 48 bool GetPartitionDevice(const std::string& partition_name,
|
D | boot_control_interface.h | 66 virtual bool GetPartitionDevice(const std::string& partition_name, 74 virtual bool GetPartitionDevice(const std::string& partition_name,
|
D | boot_control_stub.cc | 38 bool BootControlStub::GetPartitionDevice(const std::string& partition_name, in GetPartitionDevice() function in chromeos_update_engine::BootControlStub 47 bool BootControlStub::GetPartitionDevice(const string& partition_name, in GetPartitionDevice() function in chromeos_update_engine::BootControlStub
|
D | fake_boot_control.h | 49 bool GetPartitionDevice(const std::string& partition_name, in GetPartitionDevice() function 63 bool GetPartitionDevice(const std::string& partition_name, in GetPartitionDevice() function 66 return GetPartitionDevice(partition_name, slot, false, device, nullptr); in GetPartitionDevice()
|
/system/update_engine/ |
D | boot_control_android.cc | 85 bool BootControlAndroid::GetPartitionDevice(const std::string& partition_name, in GetPartitionDevice() function in chromeos_update_engine::BootControlAndroid 90 return dynamic_control_->GetPartitionDevice(partition_name, in GetPartitionDevice() 98 bool BootControlAndroid::GetPartitionDevice(const string& partition_name, in GetPartitionDevice() function in chromeos_update_engine::BootControlAndroid 101 return GetPartitionDevice( in GetPartitionDevice()
|
D | boot_control_android.h | 47 bool GetPartitionDevice(const std::string& partition_name, 52 bool GetPartitionDevice(const std::string& partition_name,
|
D | boot_control_chromeos.h | 48 bool GetPartitionDevice(const std::string& partition_name, 53 bool GetPartitionDevice(const std::string& partition_name,
|
D | boot_control_chromeos.cc | 179 bool BootControlChromeOS::GetPartitionDevice(const std::string& partition_name, in GetPartitionDevice() function in chromeos_update_engine::BootControlChromeOS 215 bool BootControlChromeOS::GetPartitionDevice(const string& partition_name, in GetPartitionDevice() function in chromeos_update_engine::BootControlChromeOS 218 return GetPartitionDevice(partition_name, slot, false, device, nullptr); in GetPartitionDevice()
|
D | dynamic_partition_control_android.h | 72 bool GetPartitionDevice(const std::string& partition_name, 79 bool GetPartitionDevice(const std::string& partition_name,
|
D | dynamic_partition_control_android_unittest.cc | 364 EXPECT_TRUE(dynamicControl().GetPartitionDevice( in TEST_P() 370 EXPECT_TRUE(dynamicControl().GetPartitionDevice( in TEST_P() 377 EXPECT_TRUE(dynamicControl().GetPartitionDevice( in TEST_P() 382 EXPECT_TRUE(dynamicControl().GetPartitionDevice( in TEST_P() 419 EXPECT_TRUE(dynamicControl().GetPartitionDevice( in TEST_P() 435 EXPECT_TRUE(dynamicControl().GetPartitionDevice( in TEST_P() 442 EXPECT_TRUE(dynamicControl().GetPartitionDevice( in TEST_P() 447 EXPECT_TRUE(dynamicControl().GetPartitionDevice( in TEST_P()
|
D | dynamic_partition_control_android.cc | 885 bool DynamicPartitionControlAndroid::GetPartitionDevice( in GetPartitionDevice() function in chromeos_update_engine::DynamicPartitionControlAndroid 936 bool DynamicPartitionControlAndroid::GetPartitionDevice( in GetPartitionDevice() function in chromeos_update_engine::DynamicPartitionControlAndroid 941 return GetPartitionDevice( in GetPartitionDevice()
|
D | common_service.cc | 402 if (!system_state_->boot_control()->GetPartitionDevice( in GetRollbackPartition()
|
D | update_attempter_android.cc | 488 if (!boot_control_->GetPartitionDevice( in VerifyPayloadApplicable()
|
/system/update_engine/payload_consumer/ |
D | install_plan.cc | 117 result = boot_control->GetPartitionDevice( in LoadPartitionsFromSlots() 126 result = boot_control->GetPartitionDevice( in LoadPartitionsFromSlots()
|
D | partition_update_generator_android.cc | 132 if (!boot_control_->GetPartitionDevice(partition_name, in CreatePartitionUpdate() 142 if (!boot_control_->GetPartitionDevice(partition_name, in CreatePartitionUpdate()
|