Searched defs:decode_uid (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dutil.cpp83 * decode_uid - decodes and returns the given string, which can be either the
87 unsigned int decode_uid(const char *s) { function
90 ERROR("decode_uid: Unable to find UID for '%s'. Returning UINT_MAX\n", s);

Completed in 82 milliseconds