Home
last modified time | relevance | path

Searched refs:SetGeometry (Results 1 – 3 of 3) sorted by relevance

/third_party/gptfdisk/
Dmbrpart.h79 void SetGeometry(uint32_t heads, uint32_t sectors, uint64_t ds, uint32_t bs);
Dmbrpart.cc126 void MBRPart::SetGeometry(uint32_t heads, uint32_t sectors, uint64_t ds, uint32_t bs) { in SetGeometry() function in MBRPart
Dbasicmbr.cc660 partitions[0].SetGeometry(numHeads, numSecspTrack, diskSize, blockSize); in ReadCHSGeom()