Searched refs:GetAllPartitionArgsWithSlot (Results 1 – 3 of 3) sorted by relevance
87 std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device);
133 {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()
402 std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device) { in GetAllPartitionArgsWithSlot() function