2 references to S_IXGRP
dotnet (2)
StatInterop.cs (2)
49
S_IRWXG = S_IRGRP | S_IWGRP |
S_IXGRP
,
59
S_IXUGO = S_IXUSR |
S_IXGRP
| S_IXOTH,