Searched refs:GetRef (Results 151 - 158 of 158) sorted by relevance

1234567

/haiku/src/preferences/filetypes/
H A DIconView.cpp1200 IconView::GetRef(entry_ref& ref) const function in class:IconView
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp624 CHK(entry.GetRef(&appRef) == B_OK);
628 CHK(entry2.GetRef(&appRef2) == B_OK);
771 CHK(entry.GetRef(&fakeRef) == B_OK);
/haiku/src/kits/storage/
H A DPathMonitor.cpp166 error = entry.GetRef(&entryRef);
/haiku/src/kits/tracker/
H A DContainerWindow.cpp2161 entry.GetRef(&resolvedRef);
2597 resolvedEntry.GetRef(&resolvedRef);
H A DPoseView.cpp1709 entry.GetRef(&ref);
3441 entry.GetRef(&destEntryRef);
5579 entry.GetRef(&eref);
7528 if (entry.GetRef(&ref) == B_OK) {
8645 || entry.GetRef(&ref) != B_OK)
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp6744 if (DirectoryEntry.GetRef (&DirectoryEntryRef) != B_OK)
6802 if (DirectoryEntry.GetRef (&DirectoryEntryRef) != B_OK)
/haiku/src/tests/kits/app/broster/
H A DLaunchTester.cpp124 CHK(entry.GetRef(&ref) == B_OK);
/haiku/src/servers/app/
H A DDesktop.cpp2555 status_t entryStatus = entry.GetRef(&ref);

Completed in 143 milliseconds

1234567