Home
last modified time | relevance | path

Searched refs:user_uid (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/utime/
Dutime03.c35 static uid_t root_uid, user_uid; variable
47 user_uid = test_users[1]; in setup()
74 SAFE_SETEUID(user_uid); in run()
/third_party/python/Lib/test/
Dtest_subprocess.py1907 user_uid = pwd.getpwnam(user).pw_uid
1909 user_uid = user
1911 self.assertEqual(child_user, user_uid)