Home
last modified time | relevance | path

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

/third_party/gptfdisk/
Dmbr.h35 int DeleteByLocation(uint64_t start64, uint64_t length64);
Dmbr.cc108 int MBRData::DeleteByLocation(uint64_t start64, uint64_t length64) { in DeleteByLocation() function in MBRData
Dgpt.cc1938 protectiveMBR.DeleteByLocation(startSector, length); in DeletePartition()