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

1 2 3 4 5 6 78 91011>>

  /external/strace/tests-m32/
quotactl.c 271 ARG_STR("/dev/sda1"), getuid(), dqblk, print_dqblk,
rt_sigtimedwait.c 195 "[HUP INT QUIT ALRM TERM]", "SIGALRM", getpid(), getuid(),
  /external/strace/tests-mx32/
quotactl.c 271 ARG_STR("/dev/sda1"), getuid(), dqblk, print_dqblk,
rt_sigtimedwait.c 195 "[HUP INT QUIT ALRM TERM]", "SIGALRM", getpid(), getuid(),
  /external/toybox/
main.c 124 uid_t uid = getuid(), euid = geteuid();
  /external/toybox/toys/net/
ping.c 100 else if (TT.i<200 && getuid()) error_exit("need root for -i <200");
  /external/toybox/toys/pending/
sh.c 290 else if (cc=='$') putchar(getuid() ? '$' : '#');
  /frameworks/av/media/ndk/
NdkMediaDataSource.cpp 99 return String8::format("NdkDataSource(pid %d, uid %d)", getpid(), getuid());
  /external/python/cpython3/Lib/test/
test_posix.py 61 "getpid", "getpgrp", "getppid", "getuid", "sync",
132 if os.getuid() != 0:
134 name = pwd.getpwuid(posix.getuid()).pw_name
701 uid = os.getuid()
    [all...]
  /cts/tests/tests/binder_ndk/libbinder_ndk_test/
test_native_aidl_client.cpp 142 EXPECT_EQ(getuid(), res);
153 EXPECT_EQ(getuid(), res);
test_ibinder.cpp 98 EXPECT_EQ(getuid(), AIBinder_getCallingUid());
  /external/iputils/ninfod/
ninfod.c 574 if (seteuid(opt_u ? opt_u : getuid()) < 0) {
592 if (setuid(getuid()) < 0) {
  /external/strace/
sys_func.h 85 extern SYS_FUNC(getuid);
  /bionic/libc/bionic/
signal.cpp 217 info.si_uid = getuid();
spawn.cpp 128 if (seteuid(getuid()) == -1 || setegid(getgid()) == -1) _exit(127);
  /bionic/libc/include/
unistd.h 192 uid_t getuid(void);
  /bionic/tests/
dl_test.cpp 292 if (getuid() == 0) {
sys_stat_test.cpp 70 if (getuid() == 0) {
  /device/google/cuttlefish_common/common/frontend/socket_forward_proxy/
main.cpp 354 CHECK_EQ(getuid(), 0u) << "must run as root!";
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
posixpath.py 260 userhome = pwd.getpwuid(os.getuid()).pw_dir
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 49 u32 GetUid() {
50 return getuid();
  /external/linux-kselftest/tools/testing/selftests/capabilities/
test_execve.c 96 outer_uid = getuid();
  /external/linux-kselftest/tools/testing/selftests/mqueue/
mq_open_tests.c 267 if (getuid() != 0)
  /external/ltp/testcases/kernel/syscalls/creat/
creat08.c 101 save_myuid = getuid();
  /external/ltp/testcases/kernel/syscalls/open/
open10.c 88 save_myuid = getuid();

Completed in 2272 milliseconds

1 2 3 4 5 6 78 91011>>