Home
last modified time | relevance | path

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

/external/gptfdisk/
Dbasicmbr.cc1432 uint64_t bestLastLBA, thisLastLBA; in FindFirstInFree() local
1437 thisLastLBA = partitions[i].GetLastLBA() + 1; in FindFirstInFree()
1438 if (thisLastLBA > 0) in FindFirstInFree()
1439 thisLastLBA--; in FindFirstInFree()
1440 if ((thisLastLBA > bestLastLBA) && (thisLastLBA < start)) in FindFirstInFree()
1441 bestLastLBA = thisLastLBA + 1; in FindFirstInFree()