Searched refs:GetSectorNum (Results 1 - 2 of 2) sorted by relevance
/third_party/gptfdisk/ |
H A D | gpttext.h | 57 uint64_t GetSectorNum(uint64_t low, uint64_t high, uint64_t def, const std::string & prompt);
|
H A D | gpttext.cc | 254 sector = GetSectorNum(firstBlock, lastBlock, firstInLargest, prompt2.str()); in CreatePartition() 272 sector = GetSectorNum(firstBlock, lastBlock, lastAligned, prompt3.str()); in CreatePartition() 580 uint64_t GPTDataTextUI::GetSectorNum(uint64_t low, uint64_t high, uint64_t def, in GetSectorNum() function in GPTDataTextUI 593 } // GPTDataTextUI::GetSectorNum() in GetSectorNum()
|
Completed in 2 milliseconds