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

/haiku/src/kits/storage/
H A DPathMonitor.cpp1154 Ancestor* fromAncestor = _GetAncestor(fromEntryRef.DirectoryNodeRef()); local
1241 if (fromAncestor == fBaseAncestor || toAncestor == fBaseAncestor) {
1257 if (fromAncestor == NULL && toAncestor == NULL)
1260 if (fromAncestor == fBaseAncestor || toAncestor == fBaseAncestor) {
1263 if (fromAncestor == fBaseAncestor)
1271 fromPath, path, isDirectory, fromAncestor == NULL,
1278 if (fromAncestor == NULL && toAncestor == NULL)
1281 if (fromAncestor == NULL) {
1294 bool fromIsBase = fromAncestor == fBaseAncestor->Parent()

Completed in 33 milliseconds