Home
last modified time | relevance | path

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

/aosp12/system/core/fastboot/device/
H A 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()
H A Dvariables.h87 std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device);
H A Dvariables.cpp402 std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device) { in GetAllPartitionArgsWithSlot() function