| 796 | currentIOs = 0; |
| 797 | |
| 798 | struct stat buf; |
| 799 | if (stat(directory.c_str(), &buf)) { |
| 800 | TraceEvent(SevError, "GetDiskStatisticsStatError").detail("Directory", directory).GetLastError(); |
| 801 | throw platform_error(); |
no outgoing calls
no test coverage detected