HomeSort by relevance Sort by last modified time
    Searched refs:geteuid (Results 201 - 225 of 341) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/tensorflow/tensorflow/contrib/ffmpeg/default/
ffmpeg_lib.cc 108 if (statinfo.st_uid == ::geteuid() && statinfo.st_mode & S_IXUSR) {
  /external/toybox/toys/posix/
cp.c 321 if (rc && !geteuid()) {
  /external/webrtc/webrtc/base/
unixfilesystem.cc 431 } else if (passwd* pw = getpwuid(geteuid())) {
  /kernel/tests/net/test/
net_test.py 372 self.saved_uid = os.geteuid()
  /libcore/luni/src/main/java/libcore/io/
Os.java 77 public int geteuid(); method in interface:Os
ForwardingOs.java 92 public int geteuid() { return os.geteuid(); } method in class:ForwardingOs
  /prebuilts/gdb/darwin-x86/lib/python2.7/
site.py 209 if hasattr(os, "getuid") and hasattr(os, "geteuid"):
211 if os.geteuid() != os.getuid():
  /prebuilts/gdb/linux-x86/lib/python2.7/
site.py 209 if hasattr(os, "getuid") and hasattr(os, "geteuid"):
211 if os.geteuid() != os.getuid():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
site.py 209 if hasattr(os, "getuid") and hasattr(os, "geteuid"):
211 if os.geteuid() != os.getuid():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
site.py 209 if hasattr(os, "getuid") and hasattr(os, "geteuid"):
211 if os.geteuid() != os.getuid():
  /tools/repohooks/rh/
utils.py 135 if user == 'root' and os.geteuid() == 0:
  /external/e2fsprogs/intl/
dcigettext.c 404 # define geteuid() getuid()
414 if (getuid () != geteuid () || getgid () != getegid ()) \
    [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
protection_keys.c 104 if (geteuid() != 0) {
829 if (geteuid() != 0) {
    [all...]
  /external/python/cpython2/Lib/test/
test_httpservers.py 379 if os.name == 'posix' and os.geteuid() != 0:
451 @unittest.skipIf(hasattr(os, 'geteuid') and os.geteuid() == 0,
  /external/strace/linux/64/
syscallent.h 176 [175] = { 0, PU|NF, SEN(geteuid), "geteuid" },
  /external/strace/linux/avr32/
syscallent.h 78 [ 49] = { 0, PU|NF, SEN(geteuid), "geteuid" },
  /external/strace/linux/hppa/
syscallent.h 55 [ 49] = { 0, PU|NF, SEN(geteuid), "geteuid" },
  /external/strace/linux/x86_64/
syscallent.h 108 [107] = { 0, PU|NF, SEN(geteuid), "geteuid" },
  /external/strace/linux/xtensa/
syscallent.h 136 [140] = { 0, PU|NF, SEN(geteuid), "geteuid" },
  /libcore/luni/src/main/java/android/system/
Os.java 179 * See <a href="http://man7.org/linux/man-pages/man2/geteuid.2.html">geteuid(2)</a>.
181 public static int geteuid() { return Libcore.os.geteuid(); } method in class:Os
  /toolchain/binutils/binutils-2.27/intl/
dcigettext.c 403 # define geteuid() getuid()
413 if (getuid () != geteuid () || getgid () != getegid ()) \
    [all...]
  /external/tcpdump/
tcpdump.c     [all...]
  /external/autotest/client/tests/cyclictest/src/
cyclictest.c 528 if (geteuid()) {
  /external/e2fsprogs/lib/ext2fs/
test_io.c 150 if ((getuid() != geteuid()) || (getgid() != getegid()))
  /external/iputils/ninfod/
ninfod.c 548 euid = geteuid();

Completed in 831 milliseconds

1 2 3 4 5 6 7 891011>>