Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgpt.cc325 if ((partitions[i].IsUsed()) && (partitions[i].GetFirstLBA() % sectorAlignment) != 0) { in Verify()
365 if (partitions[i].GetFirstLBA() < firstUsedBlock) in CheckGPTSize()
366 firstUsedBlock = partitions[i].GetFirstLBA(); in CheckGPTSize()
604 if ((j < numParts) && (partitions[j].GetFirstLBA() == mbrFirst) && in FindHybridMismatches()
639 cout << " Partition " << i + 1 << ": " << partitions[i].GetFirstLBA() in FindOverlaps()
641 cout << " Partition " << j + 1 << ": " << partitions[j].GetFirstLBA() in FindOverlaps()
660 if (partitions[i].GetFirstLBA() > partitions[i].GetLastLBA()) { in FindInsanePartitions()
1601 goOn = disklabel.ReadBSDData(&myDisk, partitions[partNum].GetFirstLBA(), in XFormDisklabel()
1663 if (allOK && (partitions[gptPart].GetFirstLBA() <= UINT32_MAX) && in OnePartToMBR()
1669 protectiveMBR.MakePart(mbrPart, (uint32_t) partitions[gptPart].GetFirstLBA(), in OnePartToMBR()
[all …]
Dgpttext.cc190 while (partitions[firstFreePart].GetFirstLBA() != 0) { in CreatePartition()
206 if (partitions[partNum].GetFirstLBA() != 0) in CreatePartition()
208 } while (partitions[partNum].GetFirstLBA() != 0); in CreatePartition()
438 hybridPart.SetLocation(partitions[j].GetFirstLBA(), partitions[j].GetLengthLBA()); in MakeHybrid()
508 protectiveMBR.MakePart(i, partitions[i].GetFirstLBA(), in XFormToMBR()
Dgptcurses.cc95 tempSpace->firstLBA = partitions[i].GetFirstLBA(); in MakeSpacesFromParts()
331 printw("First sector: %lld (at %s)\n", partitions[partNum].GetFirstLBA(), in ShowInfo()
332 BytesToIeee(partitions[partNum].GetFirstLBA(), blockSize).c_str()); in ShowInfo()
335 size = partitions[partNum].GetLastLBA() - partitions[partNum].GetFirstLBA(); in ShowInfo()
Dsgdisk.cc72 if (partData.GetFirstLBA() > 0) { in android_dump()
Dgptpart.h64 uint64_t GetFirstLBA(void) const {return firstLBA;} in GetFirstLBA() function
Dgptcl.cc498 newPart.SetLocation(operator[](origPartNum).GetFirstLBA(), in BuildMBR()