Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_partitions.h31 int ParsePartitionInfo(const std::string &partitionInfo, PartitonList &newPartList) const;
H A Dupdate_partitions.cpp93 int UpdatePartitions::ParsePartitionInfo(const std::string &partitionInfo, PartitonList &newPartLis… in ParsePartitionInfo() function in Updater::UpdatePartitions
185 if (ParsePartitionInfo(std::string(partitionInfo), newPartList) == 0) { in SetNewPartition()