Searched refs:user (Results 1 - 18 of 18) sorted by relevance

/system/bt/
H A DAndroid.mk16 ifneq ($(TARGET_BUILD_VARIANT),user)
/system/core/toolbox/
H A Dlsof.c50 char user[USER_DISPLAY_MAX]; member in struct:pid_info_t
92 info->cmdline, info->pid, info->user, type,
121 info->cmdline, info->pid, info->user, "mem",
145 info->cmdline, info->pid, info->user, "FDS",
179 strlcpy(info.user, pw->pw_name, sizeof(info.user));
181 snprintf(info.user, USER_DISPLAY_MAX, "%d", (int)pidstat.st_uid);
184 strcpy(info.user, "???");
H A Dls.c263 char user[32]; local
281 snprintf(user, sizeof(user), "%u", s->st_uid);
284 user2str(s->st_uid, user, sizeof(user));
298 mode, user, group,
304 mode, user, group, (long long)s->st_size, date, name);
323 mode, user, group, date, name, linkto);
328 mode, user, group, date, name);
337 char user[3 local
[all...]
H A Dps.c49 char user[32]; local
152 sprintf(user,"%d",(int)stats.st_uid);
154 strcpy(user,pw->pw_name);
171 printf("%-30s %-9s %-5d %-5d %s\n", macline, user, pid, ppid, cmdline[0] ? cmdline : name);
175 printf("%-9s %-5d %-5d %-6d %-5d", user, pid, ppid, vss / 1024, rss * 4);
H A Dtop.c419 struct passwd *user; local
470 user = getpwuid(proc->uid);
471 if (user && user->pw_name) {
472 user_str = user->pw_name;
H A Dnandread.c10 #include <mtd/mtd-user.h>
/system/extras/tests/workloads/
H A Ddefs.sh271 if [ "$user" = root ]; then
279 if [ "$user" = root ]; then
293 if [ "$user" = root ]; then
427 user=root
429 user=shell
431 vout User is $user
H A Dsystemapps.sh67 if [ $user != "root" -a $totaltimetest -eq 0 ]; then
/system/core/include/utils/
H A DThread.h93 static int _threadLoop(void* user);
/system/extras/tests/net_test/
H A Drun_net_test.sh46 # line params to use them. The interfaces are called <user>TAP0, <user>TAP1,
48 user=${USER:0:10}
52 tap=${user}TAP$id
/system/security/keystore/
H A Dtest-keystore51 declare -r user=$1
53 run adb shell su $user keystore_cli "$@"
70 log "reset keystore as system user"
82 log "but system user does"
124 log "root can read system user keys (as can wifi or vpn users)"
130 # app user tests
138 log "app user cannot use reset, password, lock, unlock"
H A Dkeystore.cpp76 * user-defined password. To keep things simple, buffers are always larger than
244 * Returns the app ID (in the Android multi-user sense) for the current
252 * Returns the user ID (in the Android multi-user sense) for the current
284 // All system users are equivalent for multi-user support.
290 struct user_perm user = user_perms[i]; local
291 if (user.uid == uid) {
292 return (user.perms & perm) &&
308 struct user_euid user = user_euids[i]; local
309 if (user
326 struct user_euid user = user_euids[i]; local
[all...]
/system/core/debuggerd/x86_64/
H A Dmachine.cpp21 #include <sys/user.h>
/system/core/init/
H A Dkeywords.h96 KEYWORD(user, OPTION, 0, 0)
H A Dinit.cpp38 #include <mtd/mtd-user.h>
/system/core/libutils/
H A DThreads.cpp722 int Thread::_threadLoop(void* user) argument
724 Thread* const self = static_cast<Thread*>(user);
/system/core/adb/
H A Djdwp_service.cpp464 jdwp_control_event(int s, unsigned events, void* user);
/system/core/logd/
H A DLogBuffer.cpp21 #include <sys/user.h>

Completed in 444 milliseconds