Searched refs:newPartList (Results 1 – 2 of 2) sorted by relevance
75 …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() argument116 int ret = DoPartitions(newPartList); in DoNewPartitions()117 newPartList.clear(); in DoNewPartitions()166 PartitonList newPartList {}; in SetNewPartition() local167 if (ParsePartitionInfo(std::string(partitionInfo), newPartList) == 0) { in SetNewPartition()171 if (newPartList.empty()) { in SetNewPartition()176 DoNewPartitions(newPartList); in SetNewPartition()
31 int ParsePartitionInfo(const std::string &partitionInfo, PartitonList &newPartList) const;32 int DoNewPartitions(PartitonList &newPartList);