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

/frameworks/base/tools/obbtool/
H A DMain.cpp156 bool fromHex(char h, unsigned char *b) { function
172 if (!fromHex(h1, &first)) return false;
173 if (!fromHex(h2, &second)) return false;
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java2169 private String fromHex(String hexPassword) { method in class:MountService
2381 return fromHex(event.getMessage());

Completed in 94 milliseconds