| 598 | uint64_t blockSize = buf.f_frsize; |
| 599 | #elif defined(__APPLE__) |
| 600 | struct statfs buf; |
| 601 | if (statfs(directory.c_str(), &buf)) { |
| 602 | Error e = systemErrorCodeToError(); |
| 603 | TraceEvent(SevError, "GetDiskBytesStatfsError").error(e).detail("Directory", directory).GetLastError(); |
no outgoing calls
no test coverage detected