Searched refs:SetAttributes (Results 1 - 6 of 6) sorted by relevance

/external/gptfdisk/
H A Dgpttext.h49 void SetAttributes(uint32_t partNum);
H A Dgptpart.h80 void SetAttributes(uint64_t a) {attributes = a;} function in class:GPTPart
81 void SetAttributes(void) {attributes.ChangeAttributes();} function in class:GPTPart
H A Dmbr.cc159 newPart.SetAttributes(0);
H A Dgpttext.cc298 void GPTDataTextUI::SetAttributes(uint32_t partNum) { function in class:GPTDataTextUI
299 partitions[partNum].SetAttributes();
300 } // GPTDataTextUI::SetAttributes()
780 SetAttributes(GetPartNum());
H A Dbsd.cc301 guid.SetAttributes(UINT64_C(0));
H A Dgpt.cc2385 partitions[partNum].SetAttributes(theAttr.GetAttributes());

Completed in 208 milliseconds