Searched refs:GetAllPartitionArgsWithSlot (Results 1 – 3 of 3) sorted by relevance
92 std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device);
130 {FB_VAR_PARTITION_SIZE, {GetPartitionSize, GetAllPartitionArgsWithSlot}},131 {FB_VAR_PARTITION_TYPE, {GetPartitionType, GetAllPartitionArgsWithSlot}},132 {FB_VAR_IS_LOGICAL, {GetPartitionIsLogical, GetAllPartitionArgsWithSlot}},
388 std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device) { in GetAllPartitionArgsWithSlot() function