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
75
#define
AID_PACKAGE_INFO
1032 /* access to installed package details */
150
{ "package_info",
AID_PACKAGE_INFO
, },
/system/core/run-as/
package.c
93
if (setegid(
AID_PACKAGE_INFO
) < 0) {
114
if ((st.st_uid != AID_SYSTEM) || (st.st_gid !=
AID_PACKAGE_INFO
)) {
/system/core/sdcard/
sdcard.c
125
static const gid_t kGroups[1] = {
AID_PACKAGE_INFO
};
[
all
...]
Completed in 119 milliseconds