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

Completed in 77 milliseconds