| 87 | static gid_t _Groups[NGROUPS_UMAX+1]; // Table of all the user groups |
| 88 | |
| 89 | static void copyStatAttributes(const struct stat& info, FileNode::Attributes* attr) |
| 90 | { |
| 91 | // We need to user and group id's in order to determin file |
| 92 | // read-only access permission. This information is only retrieved |
no outgoing calls
no test coverage detected