Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/device/
H A Dvariables.h92 std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device);
H A Dcommands.cpp130 {FB_VAR_PARTITION_SIZE, {GetPartitionSize, GetAllPartitionArgsWithSlot}},
131 {FB_VAR_PARTITION_TYPE, {GetPartitionType, GetAllPartitionArgsWithSlot}},
132 {FB_VAR_IS_LOGICAL, {GetPartitionIsLogical, GetAllPartitionArgsWithSlot}},
H A Dvariables.cpp388 std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device) { in GetAllPartitionArgsWithSlot() function