Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/obbtool/
H A DMain.cpp170 bool hexToByte(char h1, char h2, unsigned char* b) { in hexToByte() function
229 if (!hexToByte(optarg[j], optarg[j+1], &b)) { in main()