Home
last modified time | relevance | path

Searched refs:resolvedChild (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/tracker/
H A DTracker.cpp1646 entry_ref resolvedChild; in CloseParentWaitingForChild() local
1647 if (entry.GetRef(&resolvedChild) != B_OK) in CloseParentWaitingForChild()
1648 resolvedChild = *child; in CloseParentWaitingForChild()
1650 BContainerWindow* window = FindContainerWindow(&resolvedChild); in CloseParentWaitingForChild()