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

  /external/gptfdisk/
basicmbr.h 137 uint64_t FindLastInFree(uint64_t start);
gptcl.cc 236 cout << FindLastInFree(FindFirstInLargest()) << "\n";
294 high = FindLastInFree(low);
310 endSector = FindLastInFree(startSector);
515 newPart.SetLocation(1, newMBR.FindLastInFree(1));
mbr.cc 91 partitions[i].SetLengthLBA(FindLastInFree(after) - partitions[i].GetStartLBA() + 1);
gpt.h 182 uint64_t FindLastInFree(uint64_t start);
gpttext.cc 228 lastBlock = FindLastInFree(firstBlock);
459 hybridPart.SetLocation(1, hybridMBR.FindLastInFree(1));
    [all...]
gpt.cc     [all...]
basicmbr.cc     [all...]

Completed in 100 milliseconds