Searched refs:SetPartitionInfo (Results 1 – 2 of 2) sorted by relevance
33 bool SetPartitionInfo(const cJSON* partitions, int idx, struct Partition* myPartition) const;
50 bool UpdatePartitions::SetPartitionInfo(const cJSON *partitions, int idx, struct Partition *myParti… in SetPartitionInfo() function in Updater::UpdatePartitions121 if (!SetPartitionInfo(partitions, i, myPartition)) { in ParsePartitionInfo()