OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MULTIUSER_APP_PER_USER_RANGE
(Results
1 - 2
of
2
) sorted by null
/system/core/libcutils/
multiuser.c
20
return uid /
MULTIUSER_APP_PER_USER_RANGE
;
24
return uid %
MULTIUSER_APP_PER_USER_RANGE
;
28
return userId *
MULTIUSER_APP_PER_USER_RANGE
+ (appId %
MULTIUSER_APP_PER_USER_RANGE
);
/system/core/include/cutils/
multiuser.h
28
#define
MULTIUSER_APP_PER_USER_RANGE
100000
Completed in 751 milliseconds