Home
last modified time | relevance | path

Searched refs:GetSuperSlotSuffix (Results 1 – 3 of 3) sorted by relevance

/system/core/fastboot/device/
Dutility.cpp54 std::string slot_suffix = GetSuperSlotSuffix(device, partition_name); in OpenLogicalPartition()
124 std::string slot_suffix = GetSuperSlotSuffix(device, name); in LogicalPartitionExists()
227 std::string GetSuperSlotSuffix(FastbootDevice* device, const std::string& partition_name) { in GetSuperSlotSuffix() function
Dutility.h73 std::string GetSuperSlotSuffix(FastbootDevice* device, const std::string& partition_name);
Dcommands.cpp391 std::string slot_suffix = GetSuperSlotSuffix(device, partition_name); in PartitionBuilder()