Home
last modified time | relevance | path

Searched refs:SetPartitionInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_partitions.h33 bool SetPartitionInfo(const cJSON* partitions, int idx, struct Partition* myPartition) const;
H A Dupdate_partitions.cpp50 bool UpdatePartitions::SetPartitionInfo(const cJSON *partitions, int idx, struct Partition *myParti… in SetPartitionInfo() function in Updater::UpdatePartitions
121 if (!SetPartitionInfo(partitions, i, myPartition)) { in ParsePartitionInfo()