Searched refs:GetPartitionDevice (Results 1 – 12 of 12) sorted by relevance
/system/update_engine/payload_consumer/ |
D | install_plan.cc | 91 result = boot_control->GetPartitionDevice( in LoadPartitionsFromSlots() 98 result = boot_control->GetPartitionDevice( in LoadPartitionsFromSlots()
|
/system/update_engine/common/ |
D | boot_control_stub.cc | 34 bool BootControlStub::GetPartitionDevice(const string& partition_name, in GetPartitionDevice() function in chromeos_update_engine::BootControlStub
|
D | boot_control_stub.h | 41 bool GetPartitionDevice(const std::string& partition_name,
|
D | boot_control_interface.h | 56 virtual bool GetPartitionDevice(const std::string& partition_name,
|
D | fake_boot_control.h | 45 bool GetPartitionDevice(const std::string& partition_name, in GetPartitionDevice() function
|
/system/update_engine/ |
D | boot_control_recovery.h | 45 bool GetPartitionDevice(const std::string& partition_name,
|
D | boot_control_android.h | 42 bool GetPartitionDevice(const std::string& partition_name,
|
D | boot_control_chromeos.h | 46 bool GetPartitionDevice(const std::string& partition_name,
|
D | boot_control_recovery.cc | 93 bool BootControlRecovery::GetPartitionDevice(const string& partition_name, in GetPartitionDevice() function in chromeos_update_engine::BootControlRecovery
|
D | boot_control_android.cc | 78 bool BootControlAndroid::GetPartitionDevice(const string& partition_name, in GetPartitionDevice() function in chromeos_update_engine::BootControlAndroid
|
D | boot_control_chromeos.cc | 142 bool BootControlChromeOS::GetPartitionDevice(const string& partition_name, in GetPartitionDevice() function in chromeos_update_engine::BootControlChromeOS
|
D | common_service.cc | 342 if (!system_state_->boot_control()->GetPartitionDevice( in GetRollbackPartition()
|