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
471
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/e2fsprogs/lib/blkid/
cache.c
39
if ((getuid() !=
geteuid
()) || (getgid() != getegid()))
/external/e2fsprogs/lib/ss/
pager.c
46
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/openssh/
audit-linux.c
65
if ((rc == -EPERM) && (
geteuid
() != 0))
/external/openssl/crypto/
uid.c
82
if (getuid() !=
geteuid
()) return 1;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libdrm.so.2
libdrm.so.2.3
libdrm.so.2.3.0
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libdrm.so.2
libdrm.so.2.3
libdrm.so.2.3.0
/external/chromium_org/chrome/installer/gcapi_mac/
gcapi.mm
132
if (
geteuid
() == 0 && kind == kUserTicket) {
376
if (
geteuid
() == 0) {
381
// Since
geteuid
() is 0, su won't prompt for a password.
/external/chromium_org/chrome/test/functional/
netflix.py
159
assert os.
geteuid
() == 0, 'Run test as root since we might need to logout'
227
assert os.
geteuid
() == 0, 'Run test as root since we might need to logout'
/libcore/luni/src/main/java/libcore/io/
ForwardingOs.java
63
public int
geteuid
() { return os.
geteuid
(); }
method in class:ForwardingOs
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so
/bionic/libc/include/
unistd.h
80
extern uid_t
geteuid
(void);
/development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt
469
geteuid
/development/ndk/platforms/android-3/include/
unistd.h
82
extern uid_t
geteuid
(void);
/development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt
504
geteuid
/development/ndk/platforms/android-8/include/
unistd.h
82
extern uid_t
geteuid
(void);
/development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt
412
geteuid
/development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt
406
geteuid
Completed in 2793 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>