HomeSort by relevance Sort by last modified time
    Searched refs:GetSectorNum (Results 1 - 3 of 3) sorted by null

  /external/gptfdisk/
support.h 77 uint64_t GetSectorNum(uint64_t low, uint64_t high, uint64_t def, uint64_t sSize, const std::string& prompt);
support.cc 100 uint64_t GetSectorNum(uint64_t low, uint64_t high, uint64_t def, uint64_t sSize,
113 } // GetSectorNum()
gpttext.cc 214 sector = GetSectorNum(firstBlock, lastBlock, firstInLargest, blockSize, prompt2.str());
232 sector = GetSectorNum(firstBlock, lastBlock, lastBlock, blockSize, prompt3.str());
    [all...]

Completed in 33 milliseconds