MapGid returns the most appropriate mapping from this file's group to the local machine's group, trying first a match by name, followed by just mapping the number through directly.
()
| 499 | // to the local machine's group, trying first a match by name, |
| 500 | // followed by just mapping the number through directly. |
| 501 | func (b *Blob) MapGid() int { return b.ss.MapGid() } |
| 502 | |
| 503 | func (ss *superset) MapUid() int { |
| 504 | if ss.UnixOwner != "" { |