Home
last modified time | relevance | path

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

/external/gptfdisk/
Dsupport.h77 uint64_t GetSectorNum(uint64_t low, uint64_t high, uint64_t def, uint64_t sSize, const std::string&…
Dgpttext.cc214 sector = GetSectorNum(firstBlock, lastBlock, firstInLargest, blockSize, prompt2.str()); in CreatePartition()
232 sector = GetSectorNum(firstBlock, lastBlock, lastBlock, blockSize, prompt3.str()); in CreatePartition()
Dsupport.cc102 uint64_t GetSectorNum(uint64_t low, uint64_t high, uint64_t def, uint64_t sSize, in GetSectorNum() function