OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_uid
(Results
1 - 2
of
2
) sorted by null
/external/libcap-ng/libcap-ng-0.7/utils/
netcap.c
39
static int perm_warn = 0, header = 0,
last_uid
= -1;
variable
227
last_uid
= 0;
228
} else if (
last_uid
!= (int)n->uid) {
231
last_uid
= n->uid;
239
printf("%-5d %-5d %-10d", n->ppid, n->pid,
last_uid
);
/system/core/liblog/
logd_write.c
165
static uid_t
last_uid
= AID_ROOT; /* logd *always* starts up as AID_ROOT */
local
167
if (
last_uid
== AID_ROOT) { /* have we called to get the UID yet? */
168
last_uid
= getuid();
170
if (
last_uid
== AID_LOGD) { /* logd, after initialization and priv drop */
Completed in 154 milliseconds