Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.cc72 if (!boot_control_->GetPartitionDevice( in PerformAction()
84 if (!boot_control_->GetPartitionDevice( in PerformAction()
147 boot_control_->GetPartitionDevice( in StartPartitionHashing()
152 boot_control_->GetPartitionDevice( in StartPartitionHashing()
Dinstall_plan.cc91 result = boot_control->GetPartitionDevice( in LoadPartitionsFromSlots()
98 result = boot_control->GetPartitionDevice( in LoadPartitionsFromSlots()
/system/update_engine/common/
Dboot_control_stub.cc34 bool BootControlStub::GetPartitionDevice(const string& partition_name, in GetPartitionDevice() function in chromeos_update_engine::BootControlStub
Dboot_control_stub.h41 bool GetPartitionDevice(const std::string& partition_name,
Dboot_control_interface.h56 virtual bool GetPartitionDevice(const std::string& partition_name,
Dfake_boot_control.h45 bool GetPartitionDevice(const std::string& partition_name, in GetPartitionDevice() function
/system/update_engine/
Dboot_control_android.h43 bool GetPartitionDevice(const std::string& partition_name,
Dboot_control_chromeos.h46 bool GetPartitionDevice(const std::string& partition_name,
Dboot_control_android.cc94 bool BootControlAndroid::GetPartitionDevice(const string& partition_name, in GetPartitionDevice() function in chromeos_update_engine::BootControlAndroid
Dboot_control_chromeos.cc142 bool BootControlChromeOS::GetPartitionDevice(const string& partition_name, in GetPartitionDevice() function in chromeos_update_engine::BootControlChromeOS
Dcommon_service.cc311 if (!system_state_->boot_control()->GetPartitionDevice( in GetRollbackPartition()