/development/ndk/platforms/android-8/include/ |
unistd.h | 80 extern uid_t getuid(void);
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libc.so.functions.txt | 457 getuid
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.functions.txt | 451 getuid
|
/development/ndk/platforms/android-9/include/ |
unistd.h | 80 extern uid_t getuid(void);
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
TemplateSubPatternAssociation.java | 201 return m_template.getUid();
|
/external/chromium/chrome/browser/ |
browser_main_gtk.cc | 126 if (stat("/proc/self/exe", &st) == 0 && st.st_uid == getuid())
|
/external/chromium/net/http/ |
http_proxy_client_socket_pool.h | 73 bool getUID(uid_t *uid) const;
|
/external/chromium/net/socket/ |
ssl_client_socket_pool.h | 73 bool getUID(uid_t *uid) const;
|
transport_client_socket_pool.h | 38 bool getUID(uid_t *uid) const;
|
/external/chromium_org/media/tools/constrained_network_server/ |
traffic_control_test.py | 28 if os.getuid() != 0:
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_loader.cpp | 52 if (p && (geteuid() != getuid() || getegid() != getgid())) {
|
/external/clang/lib/Frontend/ |
DependencyGraph.cpp | 98 OS << "header_" << Node->getUID();
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_libc_test.cc | 64 u32 uid = GetUid();
|
/external/e2fsprogs/lib/et/ |
error_message.c | 178 if ((getuid() != geteuid()) || (getgid() != getegid()))
|
/external/iproute2/misc/ |
ifstat.c | 545 if (cred.uid == getuid() || cred.uid == 0) 643 sprintf(sun.sun_path+1, "ifstat%d", getuid()); 680 "%s/.ifstat.u%d", P_tmpdir, getuid()); 705 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
|
/external/iputils/ |
ping_common.c | 115 if (setuid(getuid()) < 0) { 128 uid = getuid(); 175 if (seteuid(on ? euid : getuid())) { 194 if (setuid(getuid())) {
|
/external/libppp/src/ |
id.c | 64 uid = getuid();
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_loader.cpp | 52 if (p && (geteuid() != getuid() || getegid() != getgid())) {
|
/external/openssh/ |
readpass.c | 75 permanently_drop_suid(getuid());
|
/frameworks/av/media/libstagefright/chromium_http/ |
ChromiumHTTPDataSource.cpp | 65 if (getUID(&uid)) {
|
/frameworks/base/core/java/android/service/notification/ |
StatusBarNotification.java | 194 public int getUid() {
|
/frameworks/native/services/sensorservice/ |
SensorService.h | 117 uid_t getUid() const { return mUid; }
|
/libcore/luni/src/test/java/libcore/io/ |
OsTest.java | 76 assertEquals(Libcore.os.getuid(), credentials.uid);
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldObjectStreamFieldTest.java | 45 public static long getUID() {
|
/ndk/sources/host-tools/make-3.81/ |
misc.c | 621 extern int getuid (), getgid (), geteuid (), getegid (); 658 flavor, (unsigned long) geteuid (), (unsigned long) getuid (), 668 user_uid = getuid (); 720 the real ID (return by getuid/getgid, now in user_uid/user_gid),
|