Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgpt.cc2348 uint64_t totalFound = UINT64_C(0); // running total in FindFreeBlocks() local
2364 totalFound += segmentSize; in FindFreeBlocks()
2371 return totalFound; in FindFreeBlocks()