Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
InotifyTree
Method · 0.70
existWatchedPath
Method · 0.70
findNodeByPath
Method · 0.70
InotifyNode
Method · 0.70
addChild
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected