Home
last modified time | relevance | path

Searched refs:GetFirstLBA (Results 1 – 6 of 6) sorted by relevance

/external/gptfdisk/
Dgpt.cc409 if ((partitions[i].IsUsed()) && (partitions[i].GetFirstLBA() % testAlignment) != 0) { in Verify()
449 if (partitions[i].GetFirstLBA() < firstUsedBlock) in CheckGPTSize()
450 firstUsedBlock = partitions[i].GetFirstLBA(); in CheckGPTSize()
688 if ((j < numParts) && (partitions[j].GetFirstLBA() == mbrFirst) && in FindHybridMismatches()
723 cout << " Partition " << i + 1 << ": " << partitions[i].GetFirstLBA() in FindOverlaps()
725 cout << " Partition " << j + 1 << ": " << partitions[j].GetFirstLBA() in FindOverlaps()
744 if (partitions[i].GetFirstLBA() > partitions[i].GetLastLBA()) { in FindInsanePartitions()
1719 goOn = disklabel.ReadBSDData(&myDisk, partitions[partNum].GetFirstLBA(), in XFormDisklabel()
1781 if (allOK && (partitions[gptPart].GetFirstLBA() <= UINT32_MAX) && in OnePartToMBR()
1787 protectiveMBR.MakePart(mbrPart, (uint32_t) partitions[gptPart].GetFirstLBA(), in OnePartToMBR()
[all …]
Dgpttext.cc208 while (partitions[firstFreePart].GetFirstLBA() != 0) { in CreatePartition()
224 if (partitions[partNum].GetFirstLBA() != 0) in CreatePartition()
226 } while (partitions[partNum].GetFirstLBA() != 0); in CreatePartition()
456 hybridPart.SetLocation(partitions[j].GetFirstLBA(), partitions[j].GetLengthLBA()); in MakeHybrid()
526 protectiveMBR.MakePart(i, partitions[i].GetFirstLBA(), in XFormToMBR()
Dgptcurses.cc96 tempSpace->firstLBA = partitions[i].GetFirstLBA(); in MakeSpacesFromParts()
332 printw("First sector: %lld (at %s)\n", partitions[partNum].GetFirstLBA(), in ShowInfo()
333 BytesToIeee(partitions[partNum].GetFirstLBA(), blockSize).c_str()); in ShowInfo()
336 size = partitions[partNum].GetLastLBA() - partitions[partNum].GetFirstLBA() + 1; in ShowInfo()
Dsgdisk.cc72 if (partData.GetFirstLBA() > 0) { in android_dump()
Dgptpart.h65 uint64_t GetFirstLBA(void) const {return firstLBA;} in GetFirstLBA() function
Dgptcl.cc517 newPart.SetLocation(operator[](origPartNum).GetFirstLBA(), in BuildMBR()