Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dvariables.h87 std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device);
Dcommands.cpp133 {FB_VAR_PARTITION_SIZE, {GetPartitionSize, GetAllPartitionArgsWithSlot}}, in GetVarHandler()
134 {FB_VAR_PARTITION_TYPE, {GetPartitionType, GetAllPartitionArgsWithSlot}}, in GetVarHandler()
135 {FB_VAR_IS_LOGICAL, {GetPartitionIsLogical, GetAllPartitionArgsWithSlot}}, in GetVarHandler()
Dvariables.cpp402 std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device) { in GetAllPartitionArgsWithSlot() function