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

/haiku/src/kits/storage/
H A DPathMonitor.cpp576 Ancestor* _GetAncestor(const node_ref& nodeRef) const;
1154 Ancestor* fromAncestor = _GetAncestor(fromEntryRef.DirectoryNodeRef());
1155 Ancestor* toAncestor = _GetAncestor(toEntryRef.DirectoryNodeRef());
1356 if (Ancestor* ancestor = _GetAncestor(nodeRef)) {
1382 Ancestor* ancestor = _GetAncestor(nodeRef);
1412 ancestor = _GetAncestor(entryRef.DirectoryNodeRef());
1511 Ancestor* ancestor = _GetAncestor(nodeRef);
1545 ancestor = _GetAncestor(entryRef.DirectoryNodeRef());
1636 PathHandler::_GetAncestor(const node_ref& nodeRef) const function in class:__anon3::PathHandler

Completed in 70 milliseconds