Home
last modified time | relevance | path

Searched refs:SetPartBootable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/gptfdisk/
H A Dbasicmbr.h117 int SetPartBootable(int num, int bootable = 1);
H A Dbasicmbr.cc1051 SetPartBootable(num, bootable); in MakePart()
1071 int BasicMBRData::SetPartBootable(int num, int bootable) { in SetPartBootable() function in BasicMBRData