Home
last modified time | relevance | path

Searched refs:newp (Results 1 - 1 of 1) sorted by relevance

/base/update/updater/services/fs_manager/
H A Dcmp_partition.cpp22 static PartitionChangeType ComparePartition(const PartitonList &plist, struct Partition &newp) in ComparePartition() argument
27 if (!strcmp(p->partName.c_str(), newp.partName.c_str())) { in ComparePartition()
38 newp.changeType = NEW_PARTITION; in ComparePartition()
41 if (oldp->start != newp.start) { in ComparePartition()
42 LOG(INFO) << "newp.start " << newp.start; in ComparePartition()
45 newp.changeType = START_CHANGE; in ComparePartition()
46 } else if (oldp->length != newp.length) { in ComparePartition()
47 LOG(INFO) << "newp.length " << newp in ComparePartition()
[all...]

Completed in 0 milliseconds