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

Class stat

src/common/os/posix/path_utils.cpp:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 PathUtils::concatPath(entryname, dirPrefix, ent->d_name);
106
107 struct stat stats;
108 if (!stat(entryname.c_str(), &stats) && S_ISREG(stats.st_mode))
109 break;
110 }

Callers 5

path_utils.cppFile · 0.70
isSymLinkMethod · 0.70
isLoadableModuleMethod · 0.70
createLockDirectoryFunction · 0.70
getUniqueFileIdFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected