Searched refs:FindNode (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/jam/
H A DStatCacheServer.cpp710 // FindNode
712 PathResolver::FindNode(const char *path, bool traverse, Node **node) function in class:PathResolver
971 error = PathResolver().FindNode(path.Path(), false, &node);
1319 reply.error = resolver.FindNode(request.path, true, &node);
1339 status_t error = resolver.FindNode(request.path, true, &node);
H A DStatCacheServerImpl.h203 status_t FindNode(const char *path, bool traverse, Node **node);

Completed in 53 milliseconds