Searched refs:expected_gid (Results 1 – 2 of 2) sorted by relevance
167 def check_ownership(qemu, expected_gid, expected_uid, path): argument174 self.assertEqual(gid, expected_gid)
1392 uid_t expected_uid, gid_t expected_gid) in expected_uid_gid() argument1401 return st.st_uid == expected_uid && st.st_gid == expected_gid; in expected_uid_gid()