Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ stat
Class
stat
lib/base/utility.cpp:516–516 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
514
char **gp;
515
for (gp = gr.gl_pathv, left = gr.gl_pathc; left > 0; gp++, left--) {
516
struct stat statbuf;
517
518
if (stat(*gp, &statbuf) < 0)
519
continue;
Callers
3
Glob
Method · 0.70
GlobRecursive
Method · 0.70
MkDirP
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected