Home
last modified time | relevance | path

Searched refs:user (Results 1 – 21 of 21) sorted by relevance

/system/core/toolbox/
Dlsof.c50 char user[USER_DISPLAY_MAX]; member
92 info->cmdline, info->pid, info->user, type, in print_type()
121 info->cmdline, info->pid, info->user, "mem", in print_maps()
145 info->cmdline, info->pid, info->user, "FDS", in print_fds()
179 strlcpy(info.user, pw->pw_name, sizeof(info.user)); in lsof_dumpinfo()
181 snprintf(info.user, USER_DISPLAY_MAX, "%d", (int)pidstat.st_uid); in lsof_dumpinfo()
184 strcpy(info.user, "???"); in lsof_dumpinfo()
Dls.c263 char user[32]; in listfile_long() local
281 snprintf(user, sizeof(user), "%u", s->st_uid); in listfile_long()
284 user2str(s->st_uid, user, sizeof(user)); in listfile_long()
298 mode, user, group, in listfile_long()
304 mode, user, group, (long long)s->st_size, date, name); in listfile_long()
323 mode, user, group, date, name, linkto); in listfile_long()
328 mode, user, group, date, name); in listfile_long()
337 char user[32]; in listfile_maclabel() local
360 user2str(s->st_uid, user, sizeof(user)); in listfile_maclabel()
381 mode, user, group, maclabel, name, linkto); in listfile_maclabel()
[all …]
Dps.c49 char user[32]; in ps_line() local
152 sprintf(user,"%d",(int)stats.st_uid); in ps_line()
154 strcpy(user,pw->pw_name); in ps_line()
171 … printf("%-30s %-9s %-5d %-5d %s\n", macline, user, pid, ppid, cmdline[0] ? cmdline : name); in ps_line()
175 printf("%-9s %-5d %-5d %-6d %-5d", user, pid, ppid, vss / 1024, rss * 4); in ps_line()
Dtop.c419 struct passwd *user; in print_procs() local
470 user = getpwuid(proc->uid); in print_procs()
471 if (user && user->pw_name) { in print_procs()
472 user_str = user->pw_name; in print_procs()
/system/extras/tests/workloads/
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
Dsystemapps.sh67 if [ $user != "root" -a $totaltimetest -eq 0 ]; then
/system/extras/tests/net_test/
DREADME29 net_test compiles the kernel to a user-mode linux binary, which runs as a
46 interfaces are named <user>TAP0, <user>TAP1, etc., where <user> is the first
Drun_net_test.sh48 user=${USER:0:10}
52 tap=${user}TAP$id
/system/core/rootdir/
Dinit.rc66 mkdir /mnt/user 0755 root root
67 mkdir /mnt/user/0 0755 root root
80 # Symlink to keep legacy apps working in multi-user world
82 symlink /mnt/user/0/primary /mnt/runtime/default/self/primary
299 mkdir /data/misc/user 0771 root root
353 mkdir /data/user 0711 system system
543 user shell
568 user system
603 user root
608 user system
[all …]
/system/bt/
DAndroid.mk16 ifneq ($(TARGET_BUILD_VARIANT),user)
/system/core/include/utils/
DThread.h93 static int _threadLoop(void* user);
/system/security/keystore/
Dtest-keystore51 declare -r user=$1
53 run adb shell su $user keystore_cli "$@"
Dkeystore.cpp290 struct user_perm user = user_perms[i]; in has_permission() local
291 if (user.uid == uid) { in has_permission()
292 return (user.perms & perm) && in has_permission()
308 struct user_euid user = user_euids[i]; in get_keystore_euid() local
309 if (user.uid == uid) { in get_keystore_euid()
310 return user.euid; in get_keystore_euid()
326 struct user_euid user = user_euids[i]; in is_granted_to() local
327 if (user.euid == callingUid && user.uid == targetUid) { in is_granted_to()
/system/core/logd/
DREADME.property11 ro.build.type string if user, logd.statistics & logd.klogd
/system/core/init/
Dreadme.txt73 socket <name> <type> <perm> [ <user> [ <group> [ <seclabel> ] ] ]
81 user <username>
183 exec [ <seclabel> [ <user> [ <group> ]* ] ] -- <command> [ <argument> ]*
185 after "--" so that an optional security context, user, and supplementary
220 owned by the root user and root group. If provided, the mode, owner and group
Dkeywords.h96 KEYWORD(user, OPTION, 0, 0)
/system/core/libutils/
DThreads.cpp722 int Thread::_threadLoop(void* user) in _threadLoop() argument
724 Thread* const self = static_cast<Thread*>(user); in _threadLoop()
DREADME159 would include a resource also named string/str1. The end user does not
/system/core/fastboot/
Dfastboot_protocol.txt38 to present to the user. Stop.
/system/core/adb/
Djdwp_service.cpp464 jdwp_control_event(int s, unsigned events, void* user);
Dprotocol.txt92 possible, an on-screen confirmation may be displayed for the user to