MCPcopy Create free account
hub / github.com/apple/foundationdb / stat

Class stat

flow/Platform.actor.cpp:798–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers 6

getDiskStatisticsFunction · 0.70
getDeviceIdFunction · 0.70
atomicReplaceFunction · 0.70
createDirectoryFunction · 0.70
string>> findFilesMethod · 0.70
fileSizeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected