Searched
full:getuid (Results
326 -
350 of
755) sorted by null
<<11121314151617181920>>
/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():
|
/bionic/libc/arch-arm/ |
syscalls.mk | 11 syscall_src += arch-arm/syscalls/getuid.S
|
/bionic/libc/arch-mips/ |
syscalls.mk | 12 syscall_src += arch-mips/syscalls/getuid.S
|
/bionic/libc/arch-x86/ |
syscalls.mk | 12 syscall_src += arch-x86/syscalls/getuid.S
|
/bionic/libc/bionic/ |
libc_logging.cpp | 479 __libc_android_log_event_int(tag, getuid());
|
stubs.cpp | 382 passwd *pw = getpwuid(getuid()); // NOLINT: implementing bad function in terms of bad function.
|
/device/asus/flo/conn_init/ |
wfc_util_fctrl.c | 645 uid_t uid = getuid();
|
/device/lge/mako/conn_init/ |
wfc_util_fctrl.c | 645 uid_t uid = getuid();
|
/external/bluetooth/bluedroid/test/bluedroidtest/ |
bluedroidtest.c | 122 bdt_log("set_aid_and_cap : pid %d, uid %d gid %d", getpid(), getuid(), getgid());
|
/external/chromium_org/chrome/installer/gcapi_mac/ |
gcapi.mm | 67 // Returns the pid/gid of the logged-in user, even if getuid() claims that the
|
/external/chromium_org/third_party/mesa/src/src/gbm/backends/dri/ |
gbm_dri.c | 176 if (geteuid() == getuid()) {
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
dri_common.c | 140 if (geteuid() == getuid()) {
|
/external/chromium_org/v8/test/cctest/ |
test-cpu-profiler.cc | 338 if (profile->GetUid() == uid) { 357 unsigned uid1 = p1->GetUid(); 368 unsigned uid2 = p2->GetUid(); 377 unsigned uid3 = p3->GetUid(); [all...] |
test-heap-profiler.cc | [all...] |
/external/e2fsprogs/lib/ext2fs/ |
test_io.c | 160 if ((getuid() != geteuid()) || (getgid() != getegid()))
|
/external/e2fsprogs/misc/ |
uuidd.c | 505 uid = getuid();
|
/external/llvm/lib/Object/ |
Archive.cpp | 68 unsigned ArchiveMemberHeader::getUID() const {
|
/external/mesa3d/src/gbm/backends/dri/ |
gbm_dri.c | 176 if (geteuid() == getuid()) {
|
/external/mesa3d/src/glx/ |
dri_common.c | 140 if (geteuid() == getuid()) {
|
/external/ppp/pppd/plugins/ |
winbind.c | 313 setuid(getuid());
|
/external/strace/linux/arm/ |
syscallent.h | 55 { 0, NF, sys_getuid, "getuid" }, /* 24 */
|
/external/strace/linux/i386/ |
syscallent.h | 55 { 0, NF, sys_getuid, "getuid" }, /* 24 */
|
/external/strace/linux/sh/ |
syscallent.h | 57 { 0, NF, sys_getuid, "getuid" }, /* 24 */
|
/external/valgrind/main/coregrind/m_syswrap/ |
priv_syswrap-darwin.h | 83 // GEN getuid 24
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/syscalls/ |
amd64-linux.xml | 119 <syscall name="getuid" number="102"/>
|
Completed in 1178 milliseconds
<<11121314151617181920>>