Home | History | Annotate | Download | only in os

Lines Matching refs:groups

46 	// on the file. On NFS, the Getgroups groups are
66 // Then try all the auxiliary groups.
67 groups, err := Getgroups()
71 t.Log("groups: ", groups)
72 for _, g := range groups {
93 // on the file. On NFS, the Getgroups groups are
113 // Then try all the auxiliary groups.
114 groups, err := Getgroups()
118 t.Log("groups: ", groups)
119 for _, g := range groups {
140 // on the file. On NFS, the Getgroups groups are
169 // Then try all the auxiliary groups.
170 groups, err := Getgroups()
174 t.Log("groups: ", groups)
175 for _, g := range groups {