MCPcopy 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

GlobMethod · 0.70
GlobRecursiveMethod · 0.70
MkDirPMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected