OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AID_PACKAGE_INFO
(Results
1 - 3
of
3
) sorted by null
/system/core/include/private/
android_filesystem_config.h
76
#define
AID_PACKAGE_INFO
1032 /* access to installed package details */
189
{ "package_info",
AID_PACKAGE_INFO
, },
/system/core/run-as/
package.c
96
if (setegid(
AID_PACKAGE_INFO
) < 0) {
117
if ((st.st_uid != AID_SYSTEM) || (st.st_gid !=
AID_PACKAGE_INFO
)) {
/system/core/sdcard/
sdcard.c
117
static const gid_t kGroups[1] = {
AID_PACKAGE_INFO
};
[
all
...]
Completed in 52 milliseconds