Searched refs:geteuid (Results 1 - 25 of 89) sorted by relevance

1234

/external/e2fsprogs/include/nonunix/
H A Dpwd.h6 __inline int geteuid(void){return 1;} function
/external/openssl/crypto/
H A Duid.c82 if (getuid() != geteuid()) return 1;
/external/chromium_org/third_party/mesa/src/src/gallium/targets/gbm/
H A Dgbm.c40 if (geteuid() == getuid())
/external/ipsec-tools/src/racoon/
H A Dsafefile.c56 if (getuid() != geteuid()) {
H A Dprivsep.c710 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)
H A Dmain.c148 if (geteuid() != 0) {
/external/mesa3d/src/gallium/targets/gbm/
H A Dgbm.c40 if (geteuid() == getuid())
/external/ltrace/
H A Dexecute_program.c48 if (getuid() != 0 || geteuid() != 0) {
68 if (options.user || !geteuid()) {
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_path_parser_linux.cc37 struct passwd* user = getpwuid(geteuid());
/external/valgrind/main/include/
H A Dpub_tool_libcproc.h80 extern Int VG_(geteuid) ( void );
/external/chromium_org/chrome/browser/
H A Dprocess_info_snapshot_mac_unittest.cc65 uid_t euid = geteuid();
144 EXPECT_EQ(proc_info.uid, geteuid());
/external/chromium_org/tools/python/google/
H A Dplatform_utils_linux.py97 "user": os.environ.get("USER", "#%d" % os.geteuid()),
H A Dplatform_utils_mac.py95 "user": os.environ.get("USER", "#%d" % os.geteuid()),
/external/e2fsprogs/lib/ss/
H A Dpager.c48 if ((getuid() != geteuid()) || (getgid() != getegid()))
/external/chromium_org/base/process/
H A Dprocess_iterator_mac.cc24 int mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_UID, geteuid() };
/external/chromium_org/ipc/
H A Dunix_domain_socket_util.cc171 if (peer_euid != geteuid()) {
/external/chromium_org/media/tools/constrained_network_server/
H A Dtraffic_control.py48 if os.geteuid() != 0:
/external/chromium_org/third_party/libevent/
H A Devutil.c259 if (getuid() != geteuid())
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_loader.cpp52 if (p && (geteuid() != getuid() || getegid() != getgid())) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiler.cc148 if (getuid() != geteuid())
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiler.cc146 if (getuid() != geteuid())
/external/e2fsprogs/lib/blkid/
H A Dcache.c42 if ((getuid() != geteuid()) || (getgid() != getegid()))
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_loader.cpp52 if (p && (geteuid() != getuid() || getegid() != getgid())) {
/external/valgrind/main/coregrind/
H A Dm_commandline.c70 if (!res && stat_buf.uid == VG_(geteuid)()
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Degldriver.c410 use_env = (geteuid() == getuid() && getegid() == getgid());
476 if ((geteuid() != getuid() || getegid() != getgid())) {

Completed in 3085 milliseconds

1234