Searched defs:endSector (Results 1 - 3 of 3) sorted by relevance
/third_party/gptfdisk/ |
H A D | bsd.cc | 48 int BSDData::ReadBSDData(const string & device, uint64_t startSector, uint64_t endSector) { in ReadBSDData() argument 68 int BSDData::ReadBSDData(DiskIO *theDisk, uint64_t startSector, uint64_t endSector) { in ReadBSDData() argument
|
H A D | gptcl.cc | 71 uint64_t low, high, startSector, endSector, sSize, mainTableLBA, secondTableLBA; in DoOptions() local 334 << startSector << " to " << endSector << "\n"; in DoOptions() local 352 << startSector << " to " << endSector << "\n"; in DoOptions() local
|
H A D | gpt.cc | 1978 uint32_t GPTData::CreatePartition(uint32_t partNum, uint64_t startSector, uint64_t endSector) { in CreatePartition() argument
|
Completed in 6 milliseconds