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 415 status_t StrToHex(const std::string& str, std::string& hex) {
429 return StrToHex(tmp, out);

Completed in 95 milliseconds