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

  /external/gptfdisk/
support.cc 259 unsigned char StrToHex(const string & input, unsigned int position) {
268 } // StrToHex()
  /system/vold/
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);

Completed in 73 milliseconds