Home
last modified time | relevance | path

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

/external/gptfdisk/
Dmbr.h36 int DeleteByLocation(uint64_t start64, uint64_t length64);
Dmbr.cc109 int MBRData::DeleteByLocation(uint64_t start64, uint64_t length64) { in DeleteByLocation() function in MBRData
Dgpt.cc1767 protectiveMBR.DeleteByLocation(startSector, length); in DeletePartition()