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

  /external/gptfdisk/
mbr.cc 85 if (SectorUsedAs(partitions[i].GetStartLBA() - 1, 4) == NONE) {
90 if (SectorUsedAs(after, 4) == NONE) {
basicmbr.h 139 int SectorUsedAs(uint64_t sector, int topPartNum = MAX_MBR_PARTS);
basicmbr.cc 788 usedAsEBR = (SectorUsedAs(partitions[i].GetLastLBA()) == EBR);
794 sectorBefore = SectorUsedAs(partitions[i].GetStartLBA() - 1);
904 allOK = allOK && (SectorUsedAs(partitions[i].GetStartLBA() - 1) == EBR);
    [all...]

Completed in 229 milliseconds