HomeSort by relevance Sort by last modified time
    Searched refs:StrToHex (Results 1 - 10 of 10) sorted by null

  /external/gptfdisk/
guid.cc 95 uuidData[3] = StrToHex(copy, 0);
96 uuidData[2] = StrToHex(copy, 2);
97 uuidData[1] = StrToHex(copy, 4);
98 uuidData[0] = StrToHex(copy, 6);
101 uuidData[5] = StrToHex(copy, (unsigned int) segStart[1]);
102 uuidData[4] = StrToHex(copy, (unsigned int) segStart[1] + 2);
105 uuidData[7] = StrToHex(copy, (unsigned int) segStart[2]);
106 uuidData[6] = StrToHex(copy, (unsigned int) segStart[2] + 2);
109 uuidData[8] = StrToHex(copy, (unsigned int) segStart[3]);
110 uuidData[9] = StrToHex(copy, (unsigned int) segStart[3] + 2)
    [all...]
support.h 80 unsigned char StrToHex(const string & input, unsigned int position);
support.cc 259 unsigned char StrToHex(const string & input, unsigned int position) {
268 } // StrToHex()
gptcl.cc 370 typeRaw[partNum] = StrToHex(raw, 0);
gpttext.cc     [all...]
  /system/vold/
Utils.h 87 status_t StrToHex(const std::string& str, std::string& hex);
89 status_t StrToHex(const KeyBuffer& str, KeyBuffer& hex);
CheckEncryption.cpp 71 StrToHex(randombytes, randomhex);
MetadataCrypt.cpp 94 if (android::vold::StrToHex(key, hex_key) != android::OK) {
Utils.cpp 452 status_t StrToHex(const std::string& str, std::string& hex) {
461 status_t StrToHex(const KeyBuffer& str, KeyBuffer& hex) {
475 return StrToHex(tmp, out);
  /system/vold/model/
Disk.cpp 493 StrToHex(partGuidRaw, partGuid);

Completed in 640 milliseconds