| 501 | |
| 502 | // Get user and group info for this task based on the sandbox directory. |
| 503 | struct stat s; |
| 504 | if (::stat(directory.c_str(), &s) < 0) { |
| 505 | return Error("Failed to get ownership for '" + directory + "': " + |
| 506 | os::strerror(errno)); |
no outgoing calls
no test coverage detected