| 484 | } |
| 485 | |
| 486 | void InotifyTree::InotifyNode::setParent(InotifyNode *newParent) { |
| 487 | mParent = newParent; |
| 488 | } |
| 489 | |
| 490 | std::string InotifyTree::InotifyNode::createFullPath(std::string parentPath, std::string name) { |
| 491 | std::stringstream fullPathStream; |
no outgoing calls
no test coverage detected