Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgpt.h183 uint64_t FindFreeBlocks(uint32_t *numSegments, uint64_t *largestSegment);
Dgpt.cc339 totalFree = FindFreeBlocks(&numSegments, &largestSegment); in Verify()
1451 totalFree = FindFreeBlocks(&i, &temp); in DisplayGPTData()
2196 uint64_t GPTData::FindFreeBlocks(uint32_t *numSegments, uint64_t *largestSegment) { in FindFreeBlocks() function in GPTData