Searched refs:StrToHex (Results 1 - 4 of 4) sorted by relevance
/third_party/gptfdisk/ |
H A D | guid.cc | 95 uuidData[3] = StrToHex(copy, 0); in operator =() 96 uuidData[2] = StrToHex(copy, 2); in operator =() 97 uuidData[1] = StrToHex(copy, 4); in operator =() 98 uuidData[0] = StrToHex(copy, 6); in operator =() 101 uuidData[5] = StrToHex(copy, (unsigned int) segStart[1]); in operator =() 102 uuidData[4] = StrToHex(copy, (unsigned int) segStart[1] + 2); in operator =() 105 uuidData[7] = StrToHex(copy, (unsigned int) segStart[2]); in operator =() 106 uuidData[6] = StrToHex(copy, (unsigned int) segStart[2] + 2); in operator =() 109 uuidData[8] = StrToHex(copy, (unsigned int) segStart[3]); in operator =() 110 uuidData[9] = StrToHex(cop in operator =() [all...] |
H A D | support.h | 77 unsigned char StrToHex(const std::string & input, unsigned int position);
|
H A D | support.cc | 272 unsigned char StrToHex(const string & input, unsigned int position) { in StrToHex() function 281 } // StrToHex() in StrToHex()
|
H A D | gpttext.cc | 1018 typeCode = StrToHex(line, 0); in GetMBRTypeCode()
|
Completed in 3 milliseconds