Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.cpp
File · 0.70
isSymLink
Method · 0.70
isLoadableModule
Method · 0.70
createLockDirectory
Function · 0.70
getUniqueFileId
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected