Lines Matching full:setname
163 SetName(t.TypeName());
171 void GPTPart::SetName(const string & theName) {
172 SetName((UnicodeString) theName.c_str());
173 } // GPTPart::SetName()
177 void GPTPart::SetName(const UnicodeString & theName) {
179 cerr << "Bogus UTF-16 name found in GPTPart::SetName()! Name not changed!\n";
184 } // GPTPart::SetName()
192 void GPTPart::SetName(const string & theName) {
259 } // GPTPart::SetName(), UTF-8 version
265 SetName(partitionType.TypeName());