OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:geteuid
(Results
26 - 50
of
707
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/tests/
getauxval_test.cpp
42
ASSERT_EQ(
geteuid
(), getauxval(AT_EUID));
/external/autotest/client/site_tests/platform_RootPartitionsNotMounted/
platform_RootPartitionsNotMounted.py
91
if os.
geteuid
() != 0:
/external/e2fsprogs/lib/blkid/
cache.c
42
if ((getuid() !=
geteuid
()) || (getgid() != getegid()))
/external/e2fsprogs/lib/ss/
pager.c
48
if ((getuid() !=
geteuid
()) || (getgid() != getegid()))
/external/ipsec-tools/src/racoon/
safefile.c
56
if (getuid() !=
geteuid
()) {
privsep.c
710
if (
geteuid
() == 0)
791
if (
geteuid
() == 0)
900
if (
geteuid
() == 0)
954
if (
geteuid
() == 0)
1002
if (
geteuid
() == 0)
1177
if (
geteuid
() == 0)
1236
if (
geteuid
() == 0)
1303
if (
geteuid
() == 0)
/external/ltrace/sysdeps/linux-gnu/cris/
syscallent.h
70
"
geteuid
",
/external/minijail/
minijail0.5
65
geteuid
versus geteuid32. On process death due to a seccomp filter
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libdrm.so.2
libdrm.so.2.4.0
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libdrm.so.2
libdrm.so.2.4.0
/external/dbus/bus/
activation-helper.c
194
euid =
geteuid
();
399
if (getuid() !=
geteuid
())
/external/libbrillo/brillo/
process_unittest.cc
235
gid_t uid =
geteuid
();
249
ASSERT_NE(0,
geteuid
());
/development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt
292
geteuid
/development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt
275
geteuid
/development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt
272
geteuid
/development/ndk/platforms/android-12/include/
unistd.h
82
extern uid_t
geteuid
(void);
/development/ndk/platforms/android-14/arch-arm/symbols/
libc.so.functions.txt
292
geteuid
/development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt
275
geteuid
/development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt
272
geteuid
/development/ndk/platforms/android-16/arch-arm/symbols/
libc.so.functions.txt
292
geteuid
/development/ndk/platforms/android-16/arch-mips/symbols/
libc.so.functions.txt
275
geteuid
/development/ndk/platforms/android-16/arch-x86/symbols/
libc.so.functions.txt
272
geteuid
/development/ndk/platforms/android-17/arch-arm/symbols/
libc.so.functions.txt
292
geteuid
Completed in 424 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>