Lines Matching refs:partitionName
108 const std::vector<Ptable::PtnInfo> &pkgPtnInfo, const std::string &partitionName)
118 int32_t deviceIndex = GetPartitionInfoIndexByName(devicePtnInfo, partitionName);
120 LOG(ERROR) << "can't find the " << partitionName << " partition in device ptable!";
123 int32_t updateIndex = GetPartitionInfoIndexByName(pkgPtnInfo, partitionName);
125 LOG(ERROR) << "can't find the " << partitionName << " partition in package ptable!";
130 LOG(INFO) << partitionName << " start address is changed:";
131 LOG(INFO) << "[" << partitionName << "]: device ptable[" << deviceIndex << "] startAddr = 0x" <<
137 LOG(INFO) << partitionName << " partition size is changed:";
138 LOG(INFO) << "[" << partitionName << "]: device ptable[" << deviceIndex << "] partitionSize = 0x" <<
210 bool PtableManager::GetPartionInfoByName(const std::string &partitionName, Ptable::PtnInfo &ptnInfo, int32_t &index)
216 std::string standardPtnName = partitionName;
229 bool PtableManager::GetPartionInfoByName(const std::string &partitionName, Ptable::PtnInfo &ptnInfo)
232 return GetPartionInfoByName(partitionName, ptnInfo, index);
392 bool DevicePtable::ComparePartition(PtableManager &newPtbManager, const std::string partitionName)
399 newPtbManager.pPtable_->GetPtablePartitionInfo(), partitionName)) {
400 LOG(INFO) << partitionName << " are different";
403 LOG(INFO) << partitionName << " are the same";