MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / stat

Class stat

src/jrd/tpc.cpp:799–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797 PathName fileName = StatusBlockData::makeSharedMemoryFileName(dbb, blockNumber, true);
798
799 struct stat st;
800 // If file is not found -- look no further
801 if (stat(fileName.c_str(), &st) != 0)
802 break;

Callers 1

releaseSharedMemoryMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected