Home | History | Annotate | Download | only in browser

Lines Matching defs:uid

34   EXPECT_EQ(0, static_cast<int64>(proc_info.uid));
61 uid_t uid = getuid();
76 EXPECT_EQ(uid, proc_info.uid);
89 EXPECT_EQ(uid, proc_info.uid); // This (and the following) should be true
95 // To verify that ProcessInfoSnapshot is getting the actual uid and effective
96 // uid, this test runs top. top should have a uid of the caller and effective
97 // uid of 0 (root).
132 EXPECT_EQ(proc_info.uid, geteuid());