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

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DDirectoryIterator.cpp71 return fInode->FindParent(_id);
118 return fInode->FindParent(_id);
H A DInode.h73 status_t FindParent(ino_t* id);
H A DInode.cpp359 Inode::FindParent(ino_t* id) function in class:Inode
369 ERROR("Inode::FindParent(): Couldn't find inode for %" B_PRIdINO "\n",
376 TRACE("Inode::FindParent() for %" B_PRIdINO ": %" B_PRIdINO "\n", fID,
H A Dkernel_interface.cpp525 inode->FindParent(&pid);
/haiku/headers/private/interface/
H A DColumnListView.h319 bool FindParent(BRow* row, BRow** _parent,
/haiku/src/kits/interface/
H A DColumnListView.cpp286 bool FindParent(BRow* row, BRow** _parent,
1340 BColumnListView::FindParent(BRow* row, BRow** _parent, bool* _isVisible) const function in class:BColumnListView
1342 return fOutlineView->FindParent(row, _parent, _isVisible);
4341 FindParent(row, &parentRow, &parentIsVisible);
4429 FindParent(row, &parentRow, &parentIsVisible);
5007 OutlineView::FindParent(BRow* row, BRow** outParent, bool* outParentIsVisible) function in class:OutlineView
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp596 while (fListView->FindParent(_topLevelRow, &parent, NULL))

Completed in 84 milliseconds