Searched refs:nodeChildResolutionState (Results 1 – 1 of 1) sorted by relevance
106 status_t nodeChildResolutionState = nodeChild->LocationResolutionState(); in _ResolveNodeValue() local107 bool nodeChildDone = nodeChildResolutionState != VALUE_NODE_UNRESOLVED; in _ResolveNodeValue()108 if (nodeChildDone && nodeChildResolutionState != B_OK) in _ResolveNodeValue()109 return nodeChildResolutionState; in _ResolveNodeValue()195 status_t nodeChildResolutionState = nodeChild->LocationResolutionState(); in _ResolveNodeChildLocation() local196 if (nodeChildResolutionState == VALUE_NODE_UNRESOLVED) in _ResolveNodeChildLocation()199 error = nodeChildResolutionState; in _ResolveNodeChildLocation()