Home
last modified time | relevance | path

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

/base/update/updater/services/updater_binary/
Dupdate_partitions.cpp75 …tePartitions::ParsePartitionInfo(const std::string &partitionInfo, PartitonList &newPartList) const in ParsePartitionInfo()
108 newPartList.push_back(myPartition); in ParsePartitionInfo()
114 int UpdatePartitions::DoNewPartitions(PartitonList &newPartList) in DoNewPartitions() argument
116 int ret = DoPartitions(newPartList); in DoNewPartitions()
117 newPartList.clear(); in DoNewPartitions()
166 PartitonList newPartList {}; in SetNewPartition() local
167 if (ParsePartitionInfo(std::string(partitionInfo), newPartList) == 0) { in SetNewPartition()
171 if (newPartList.empty()) { in SetNewPartition()
176 DoNewPartitions(newPartList); in SetNewPartition()
Dupdate_partitions.h31 int ParsePartitionInfo(const std::string &partitionInfo, PartitonList &newPartList) const;
32 int DoNewPartitions(PartitonList &newPartList);