Home
last modified time | relevance | path

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

/external/gptfdisk/
Dattributes.cc79 cout << i << " (" << GetAttributeName(i) << ")" << "\n"; in DisplayAttributes()
99 << " (" << GetAttributeName(bitNum) << ")" << endl; in ShowAttributes()
136 tempAttr = GetAttributeName(bitNum); in ListAttributes()
138 cout << bitNum << ": " << Attributes::GetAttributeName(bitNum) << "\n"; in ListAttributes()
Dattributes.h35 static const string& GetAttributeName(const uint32_t bitNum) {return atNames [bitNum];} in GetAttributeName() function