Home
last modified time | relevance | path

Searched refs:fromHex (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/obbtool/
DMain.cpp156 bool fromHex(char h, unsigned char *b) { in fromHex() function
172 if (!fromHex(h1, &first)) return false; in hexToByte()
173 if (!fromHex(h2, &second)) return false; in hexToByte()