Home
last modified time | relevance | path

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

/haiku/src/kits/storage/
H A DPathMonitor.cpp1155 Ancestor* toAncestor = _GetAncestor(toEntryRef.DirectoryNodeRef()); in _EntryMoved() local
1241 if (fromAncestor == fBaseAncestor || toAncestor == fBaseAncestor) { in _EntryMoved()
1257 if (fromAncestor == NULL && toAncestor == NULL) in _EntryMoved()
1260 if (fromAncestor == fBaseAncestor || toAncestor == fBaseAncestor) { in _EntryMoved()
1267 if (toAncestor == fBaseAncestor) in _EntryMoved()
1272 toAncestor == NULL); in _EntryMoved()
1278 if (fromAncestor == NULL && toAncestor == NULL) in _EntryMoved()
1286 if (toAncestor == NULL) { in _EntryMoved()
1296 bool toIsBase = toAncestor == fBaseAncestor->Parent() in _EntryMoved()