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

Class stat

src/common/isc_file.cpp:236–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234#ifdef LINUX
235 // In order to avoid analyzing mtab in most cases check for non-device mounts first
236 struct stat fileStat;
237 unsigned m = 1; // use something that is known to be not non-device major
238
239 if (os_utils::stat(expanded_filename.c_str(), &fileStat) == 0)

Callers 3

getNodeFunction · 0.70
isDirectoryMethod · 0.70
ISC_analyze_nfsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected