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