HomeSort by relevance Sort by last modified time
    Searched refs:pw_shell (Results 126 - 137 of 137) sorted by null

1 2 3 4 56

  /bionic/tests/
grp_pwd_test.cpp 58 ASSERT_STREQ("/system/bin/sh", pwd->pw_shell);
204 ASSERT_TRUE(NULL != pwd->pw_shell);
  /external/selinux/sandbox/
seunshare.c 662 if (verify_shell(pwd->pw_shell) < 0) {
820 rc |= setenv("SHELL", pwd->pw_shell, 1);
  /external/toybox/toys/pending/
crontab.c 290 char *prog = pwd->pw_shell;
  /external/openssh/
misc.c 227 copy->pw_shell = xstrdup(pw->pw_shell);
session.c 669 char *shell = s->pw->pw_shell;
    [all...]
monitor_wrap.c 276 pw->pw_shell = buffer_get_string(&m, NULL);
monitor.c 742 buffer_put_cstring(m, pwent->pw_shell);
    [all...]
  /system/core/adb/
shell_service.cpp 257 env["SHELL"] = pw->pw_shell;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 344 char *pw_shell; member in struct:__sanitizer::__sanitizer_passwd
    [all...]
sanitizer_platform_limits_posix.cc     [all...]
  /external/selinux/libsemanage/src/
genhomedircon.c 375 if (!semanage_list_find(shells, pwbuf->pw_shell))
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Linux.cpp 431 TO_JAVA_STRING(pw_shell, pw.pw_shell);
438 pw_name, static_cast<jint>(pw.pw_uid), static_cast<jint>(pw.pw_gid), pw_dir, pw_shell);
    [all...]

Completed in 443 milliseconds

1 2 3 4 56