HomeSort by relevance Sort by last modified time
    Searched refs:GetLengthLBA (Results 1 - 8 of 8) sorted by null

  /external/gptfdisk/
gptpart.h 66 uint64_t GetLengthLBA(void) const;
basicmbr.cc 165 if (partitions[i].GetLengthLBA() > 0)
386 tempMBR.partitions[1].lengthLBA = (uint32_t) (partitions[next].GetLengthLBA() + 1);
492 if (partitions[i].GetLengthLBA() != 0) {
742 if (partitions[i].GetLengthLBA() > 0) {
790 } else if (partitions[i].GetLengthLBA() > 0) {
    [all...]
mbr.cc 87 after = partitions[i].GetStartLBA() + partitions[i].GetLengthLBA();
118 && (partitions[i].GetLengthLBA() == length32)) {
mbrpart.h 96 uint64_t GetLengthLBA(void) {return lengthLBA;}
gpttext.cc 438 hybridPart.SetLocation(partitions[j].GetFirstLBA(), partitions[j].GetLengthLBA());
509 partitions[i].GetLengthLBA(),
    [all...]
gptpart.cc 65 uint64_t GPTPart::GetLengthLBA(void) const {
71 } // GPTPart::GetLengthLBA()
gptcl.cc 490 operator[](origPartNum).GetLengthLBA());
gpt.cc     [all...]

Completed in 169 milliseconds