Searched refs:FindAndCheckPasswdEntry (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | grp_pwd_file_test.cpp | 39 void FindAndCheckPasswdEntry(PasswdFile* file, const char* name, uid_t uid, gid_t gid, in FindAndCheckPasswdEntry() function 100 FindAndCheckPasswdEntry(&passwd_file, "name", 1, 2, "dir", "shell"); in TEST() 156 FindAndCheckPasswdEntry(&passwd_file, "first", 1, 2, "dir", "shell"); in TEST() 157 FindAndCheckPasswdEntry(&passwd_file, "middle-ish", 13, 4, "/", "/system/bin/sh"); in TEST() 158 FindAndCheckPasswdEntry(&passwd_file, "last", 29, 4, "last_user_dir", "last_user_shell"); in TEST() 219 FindAndCheckPasswdEntry(&passwd_file, "vendor_name", 3, 4, "dir", "shell"); in TEST()
|