OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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