Home
last modified time | relevance | path

Searched refs:GetPartitionDevice (Results 1 – 15 of 15) sorted by relevance

/system/update_engine/common/
Dboot_control_stub.h43 bool GetPartitionDevice(const std::string& partition_name,
48 bool GetPartitionDevice(const std::string& partition_name,
Dboot_control_interface.h66 virtual bool GetPartitionDevice(const std::string& partition_name,
74 virtual bool GetPartitionDevice(const std::string& partition_name,
Dboot_control_stub.cc38 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
Dfake_boot_control.h49 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/
Dboot_control_android.cc85 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()
Dboot_control_android.h47 bool GetPartitionDevice(const std::string& partition_name,
52 bool GetPartitionDevice(const std::string& partition_name,
Dboot_control_chromeos.h48 bool GetPartitionDevice(const std::string& partition_name,
53 bool GetPartitionDevice(const std::string& partition_name,
Dboot_control_chromeos.cc179 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()
Ddynamic_partition_control_android.h72 bool GetPartitionDevice(const std::string& partition_name,
79 bool GetPartitionDevice(const std::string& partition_name,
Ddynamic_partition_control_android_unittest.cc364 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()
Ddynamic_partition_control_android.cc885 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()
Dcommon_service.cc402 if (!system_state_->boot_control()->GetPartitionDevice( in GetRollbackPartition()
Dupdate_attempter_android.cc488 if (!boot_control_->GetPartitionDevice( in VerifyPayloadApplicable()
/system/update_engine/payload_consumer/
Dinstall_plan.cc117 result = boot_control->GetPartitionDevice( in LoadPartitionsFromSlots()
126 result = boot_control->GetPartitionDevice( in LoadPartitionsFromSlots()
Dpartition_update_generator_android.cc132 if (!boot_control_->GetPartitionDevice(partition_name, in CreatePartitionUpdate()
142 if (!boot_control_->GetPartitionDevice(partition_name, in CreatePartitionUpdate()