Searched defs:endSector (Results 1 – 3 of 3) sorted by relevance
/external/gptfdisk/ |
D | bsd.cc | 46 int BSDData::ReadBSDData(const string & device, uint64_t startSector, uint64_t endSector) { in ReadBSDData() 66 int BSDData::ReadBSDData(DiskIO *theDisk, uint64_t startSector, uint64_t endSector) { in ReadBSDData()
|
D | gptcl.cc | 66 uint64_t low, high, startSector, endSector, sSize; in DoOptions() local
|
D | gpt.cc | 1780 uint32_t GPTData::CreatePartition(uint32_t partNum, uint64_t startSector, uint64_t endSector) { in CreatePartition()
|