OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android_name_to_id
(Results
1 - 1
of
1
) sorted by null
/system/core/init/
util.c
74
*
android_name_to_id
- returns the integer uid/gid associated with the given
77
static unsigned int
android_name_to_id
(const char *name)
function
102
return
android_name_to_id
(s);
Completed in 652 milliseconds