HomeSort by relevance Sort by last modified time
    Searched refs:getuid (Results 226 - 250 of 368) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/misc/
uuidd.c 511 uid = getuid();
  /external/libyuv/files/
setup_links.py 466 return os.getuid() == 0
  /external/mesa3d/src/glx/
dri_common.c 109 if (geteuid() == getuid()) {
  /external/openssh/
authfile.c 196 if ((st.st_uid == getuid()) && (st.st_mode & 077) != 0) {
  /external/python/cpython2/Lib/distutils/
util.py 182 os.environ['HOME'] = pwd.getpwuid(os.getuid())[5]
  /external/python/cpython2/Lib/
site.py 213 if hasattr(os, "getuid") and hasattr(os, "geteuid"):
215 if os.geteuid() != os.getuid():
  /external/python/cpython3/Lib/distutils/
util.py 162 os.environ['HOME'] = pwd.getpwuid(os.getuid())[5]
  /external/python/cpython3/Lib/
posixpath.py 250 userhome = pwd.getpwuid(os.getuid()).pw_dir
site.py 226 if hasattr(os, "getuid") and hasattr(os, "geteuid"):
228 if os.geteuid() != os.getuid():
  /external/selinux/mcstrans/src/
mcstransd.c 557 if (getuid() != 0) {
  /external/strace/linux/32/
syscallent.h 182 [174] = { 0, PU|NF, SEN(getuid), "getuid" },
  /external/webrtc/
setup_links.py 487 return os.getuid() == 0
  /frameworks/av/media/libstagefright/
MediaExtractorFactory.cpp 324 if (getuid() == AID_MEDIA_EX) {
  /external/dnsmasq/src/
dnsmasq.c 326 } else if (getuid() == 0) {
351 if (!(daemon->options & OPT_DEBUG) && getuid() == 0) {
    [all...]
  /external/mesa3d/src/util/
disk_cache.c 200 if (geteuid() != getuid())
254 getpwuid_r(getuid(), &pwd, buf, buf_size, &result);
    [all...]
  /external/openssh/openbsd-compat/
glob.c 394 if ((getuid() != geteuid()) || (h = getenv("HOME")) == NULL) {
395 if ((pwd = getpwuid(getuid())) == NULL)
  /external/python/cpython2/Demo/rpc/
rpc.py 162 from os import getuid, getgid
163 uid = getuid()
  /external/selinux/python/chcat/
chcat 384 users.append(pwd.getpwuid(os.getuid()).pw_name)
  /external/strace/linux/64/
syscallent.h 175 [174] = { 0, PU|NF, SEN(getuid), "getuid" },
  /external/strace/linux/avr32/
syscallent.h 53 [ 24] = { 0, PU|NF, SEN(getuid), "getuid" },
  /external/strace/linux/hppa/
syscallent.h 30 [ 24] = { 0, PU|NF, SEN(getuid), "getuid" },
  /external/strace/linux/ia64/
syscallent.h 52 [1046] = { 0, PU|NF, SEN(getuid), "getuid" },
  /external/strace/linux/x86_64/
syscallent.h 103 [102] = { 0, PU|NF, SEN(getuid), "getuid" },
  /external/strace/linux/xtensa/
syscallent.h 133 [137] = { 0, PU|NF, SEN(getuid), "getuid" },
  /external/ppp/pppd/
auth.c 427 if (seteuid(getuid()) == -1) {
    [all...]

Completed in 592 milliseconds

1 2 3 4 5 6 7 8 91011>>