Home | History | Annotate | Download | only in os

Lines Matching refs:groups

42 	// on the file.  On NFS, the Getgroups groups are
62 // Then try all the auxiliary groups.
63 groups, err := Getgroups()
67 t.Log("groups: ", groups)
68 for _, g := range groups {
89 // on the file. On NFS, the Getgroups groups are
109 // Then try all the auxiliary groups.
110 groups, err := Getgroups()
114 t.Log("groups: ", groups)
115 for _, g := range groups {
136 // on the file. On NFS, the Getgroups groups are
168 // Then try all the auxiliary groups.
169 groups, err := Getgroups()
173 t.Log("groups: ", groups)
174 for _, g := range groups {