OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getuid
(Results
76 - 100
of
762
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/iproute2/misc/
rtacct.c
421
if (cred.uid ==
getuid
() || cred.uid == 0)
508
sprintf(sun.sun_path+1, "rtacct%d",
getuid
());
540
sprintf(hist_name, "/tmp/.rtacct.u%d",
getuid
());
561
if (stb.st_nlink != 1 || stb.st_uid !=
getuid
()) {
/external/openssl/crypto/
uid.c
82
if (
getuid
() != geteuid()) return 1;
/frameworks/av/media/libstagefright/
HTTPBase.cpp
143
bool HTTPBase::
getUID
(uid_t *uid) const {
/frameworks/av/media/libstagefright/chromium_http/
support.h
106
bool
getUID
(uid_t *uid) const;
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Message.java
37
public String
getUid
() {
/system/extras/su/
su.c
109
myuid =
getuid
();
/external/chromium/net/socket/
tcp_client_socket_pool.cc
66
bool TCPSocketParams::
getUID
(uid_t *uid) const {
185
bool valid_uid = params_->
getUID
(&calling_uid);
transport_client_socket_pool.cc
89
bool TransportSocketParams::
getUID
(uid_t *uid) const {
244
bool valid_uid = params_->
getUID
(&calling_uid);
336
bool valid_uid = params_->
getUID
(&calling_uid);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java
229
pref.setKey(Integer.toString(sipper.uidObj.
getUid
()));
245
Integer.toString(bs.uidObj.
getUid
()));
/system/netd/
DnsProxyListener.cpp
215
uid_t uid = cli->
getUid
();
268
uid_t uid = cli->
getUid
();
396
uid_t uid = cli->
getUid
();
/frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java
599
int peerUid = peer.
getUid
();
642
args.uid = peer.
getUid
();
683
int peerUid = peer.
getUid
();
734
if (peer.
getUid
() == 0) {
786
int peerUid = peer.
getUid
();
815
int peerUid = peer.
getUid
();
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py
682
if os.
getuid
() != 0:
688
if os.
getuid
() != 0:
694
if os.
getuid
() != 0:
700
if os.
getuid
() != 0:
706
if os.
getuid
() != 0:
720
if os.
getuid
() != 0:
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py
682
if os.
getuid
() != 0:
688
if os.
getuid
() != 0:
694
if os.
getuid
() != 0:
700
if os.
getuid
() != 0:
706
if os.
getuid
() != 0:
720
if os.
getuid
() != 0:
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java
236
int index1 = ((DOMOrder) node1).
getUid
();
237
int index2 = ((DOMOrder) node2).
getUid
();
/external/bison/lib/
spawni.c
69
# define
getuid
__getuid
macro
233
&& (local_seteuid (
getuid
()) != 0
/external/clang/lib/Lex/
HeaderSearch.cpp
849
if (FE->
getUID
() >= FileInfo.size())
850
FileInfo.resize(FE->
getUID
()+1);
852
HeaderFileInfo &HFI = FileInfo[FE->
getUID
()];
860
if (File->
getUID
() >= FileInfo.size())
864
HeaderFileInfo &HFI = FileInfo[File->
getUID
()];
875
if (FE->
getUID
() >= FileInfo.size()
[
all
...]
/external/openssh/
auth1.c
432
if (!use_privsep &&
getuid
() != 0 && authctxt->pw &&
433
authctxt->pw->pw_uid !=
getuid
())
/libcore/luni/src/main/java/libcore/io/
ForwardingOs.java
80
public int
getuid
() { return os.
getuid
(); }
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
78
extern uid_t
getuid
(void);
/development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt
514
getuid
/development/ndk/platforms/android-3/include/
unistd.h
80
extern uid_t
getuid
(void);
/development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt
549
getuid
Completed in 760 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>