MCPcopy Create free account
hub / github.com/Axosoft/nsfw / stat

Class stat

src/linux/InotifyTree.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 mWatchedPath = directory + "/" + watchName;
27
28 struct stat file;
29 if (stat(mWatchedPath.c_str(), &file) < 0) {
30 mRoot = NULL;
31 return;

Callers 5

InotifyTreeMethod · 0.70
existWatchedPathMethod · 0.70
findNodeByPathMethod · 0.70
InotifyNodeMethod · 0.70
addChildMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected