OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AID_OEM_RESERVED_2_END
(Results
1 - 2
of
2
) sorted by null
/system/core/include/private/
android_filesystem_config.h
123
#define
AID_OEM_RESERVED_2_END
5999
/bionic/libc/bionic/
stubs.cpp
324
if (id > (
AID_OEM_RESERVED_2_END
- AID_OEM_RESERVED_2_START)) {
331
if (uid < AID_OEM_RESERVED_2_START || uid >
AID_OEM_RESERVED_2_END
) {
350
if (gid < AID_OEM_RESERVED_2_START || gid >
AID_OEM_RESERVED_2_END
) {
Completed in 429 milliseconds