Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgpt.h182 uint64_t FindFreeBlocks(uint32_t *numSegments, uint64_t *largestSegment);
Dgpt.cc334 totalFree = FindFreeBlocks(&numSegments, &largestSegment); in Verify()
1441 totalFree = FindFreeBlocks(&i, &temp); in DisplayGPTData()
2186 uint64_t GPTData::FindFreeBlocks(uint32_t *numSegments, uint64_t *largestSegment) { in FindFreeBlocks() function in GPTData