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
257
unsigned char
StrToHex
(const string & input, unsigned int position) {
266
} //
StrToHex
()
/system/vold/
Utils.cpp
415
status_t
StrToHex
(const std::string& str, std::string& hex) {
429
return
StrToHex
(tmp, out);
Completed in 42 milliseconds