Searched refs:ref (Results 1 - 25 of 722) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp50 status_t Init(const BPath& path, entry_ref& ref) argument
68 return get_ref_for_path(fPath.Path(), &ref);
88 const entry_ref& ref)
92 fRef(ref),
199 IMAPFolder::GetMessageEntryRef(uint32 uid, entry_ref& ref) argument
202 return _GetMessageEntryRef(uid, ref);
207 IMAPFolder::GetMessageUID(const entry_ref& ref, uint32& uid) const argument
209 BNode node(&ref);
243 entry_ref ref;
247 status_t status = GetMessageEntryRef(uid, ref);
87 IMAPFolder(IMAPProtocol& protocol, const BString& mailboxName, const entry_ref& ref) argument
341 StoreMessage(uint32 fetchFlags, BDataIO& stream, size_t& length, entry_ref& ref, BFile& file) argument
366 MessageStored(entry_ref& ref, BFile& file, uint32 fetchFlags, uint32 uid, uint32 flags) argument
437 StoreBody(uint32 uid, BDataIO& stream, size_t& length, entry_ref& ref, BFile& file) argument
459 BodyStored(entry_ref& ref, BFile& file, uint32 uid) argument
470 StoringBodyFailed(const entry_ref& ref, uint32 uid, status_t error) argument
527 entry_ref ref; local
595 _NotifyStoredBody(const entry_ref& ref, uint32 uid, status_t status) argument
626 entry_ref ref; local
[all...]
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp66 entry_ref ref; member in struct:GlobalFontManager::font_mapping
87 entry_ref ref; local
88 ref.device = nodeRef.device;
89 ref.directory = nodeRef.node;
91 status_t status = ref.set_name(name);
95 return entry.SetTo(&ref);
338 if (entry.GetRef(&mapping->ref) != B_OK
387 BEntry entry(&mapping->ref);
394 nodeRef.device = mapping->ref.device;
395 nodeRef.node = mapping->ref
[all...]
H A DFontStyle.cpp152 entry_ref ref; local
153 ref.device = parentNodeRef.device;
154 ref.directory = parentNodeRef.node;
155 ref.set_name(fPath.Leaf());
157 fPath.SetTo(&ref);
/haiku/src/kits/tracker/
H A DFSUtils.cpp240 CopyLoopControl::UpdateStatus(const char* name, const entry_ref& ref, argument
561 FSDelete(entry_ref* ref, bool async, bool confirm) argument
564 list->AddItem(ref);
821 ShouldEditRefName(const entry_ref* ref, const char* name, size_t length) argument
823 if (ref == NULL || name == NULL || name[0] == '\0' || length <= 0)
826 BEntry entry(ref);
847 if (strcmp(name, ref->name) == 0)
984 delete_ref(void* ref) argument
986 delete (entry_ref*)ref;
1273 entry_ref ref; local
1390 entry_ref ref; local
1744 entry_ref ref; local
1776 entry_ref ref; local
2042 entry_ref ref; local
2428 entry_ref ref; local
2641 entry_ref* ref = refList->ItemAt(i); local
2949 FSInTrashDir(const entry_ref* ref) argument
2999 entry_ref ref; local
3216 FSCreateNewFolder(const entry_ref* ref) argument
3396 entry_ref ref; local
3440 SniffIfGeneric(const entry_ref* ref) argument
3465 entry_ref ref; local
3679 entry_ref ref; local
3946 FSLaunchUsing(const entry_ref* ref, BMessage* listOfRefs) argument
3985 entry_ref ref; local
[all...]
H A DContainerWindow.cpp1359 entry_ref ref; local
1360 if (message->FindRef("refs", &ref) != B_OK)
1363 BRoster().AddToRecentFolders(&ref);
1365 Model model(&ref);
1378 entry_ref ref; local
1379 if (message->FindRef("refs", &ref) != B_OK)
1382 BRoster().AddToRecentFolders(&ref);
1384 Model model(&ref);
1395 entry_ref ref; local
1396 if (message->FindRef("refs", &ref)
1438 entry_ref ref; local
1510 entry_ref ref; local
2123 SetupNavigationMenu(const entry_ref* ref, BMenu* parent) argument
2289 PopulateMoveCopyNavMenu(BNavMenu* navMenu, uint32 what, const entry_ref* ref, bool addLocalOnly) argument
2537 ShowContextMenu(BPoint where, const entry_ref* ref) argument
4149 node_ref ref; local
[all...]
H A DFilePanelPriv.cpp319 entry_ref ref;
320 if (message->FindRef("refs", &ref) != B_OK)
323 BEntry entry(&ref);
337 // both entry and ref need to be the correct locations
339 resolvedEntry.GetRef(&ref);
340 entry.SetTo(&ref);
355 entry.GetRef(&ref);
359 const_cast<const entry_ref*>(&ref),
361 ref == *panel->TargetModel()->EntryRef() ? 0 : 100000, 200000,
371 panel->SetTo(&ref);
435 entry_ref ref; local
545 SetTo(const entry_ref* ref) argument
662 GetNextEntryRef(entry_ref* ref) argument
1100 ShowContextMenu(BPoint where, const entry_ref* ref) argument
1229 entry_ref ref; local
1304 entry_ref ref; local
1317 entry_ref ref; local
1361 entry_ref ref; local
1466 entry_ref ref; local
1502 SwitchDirToDesktopIfNeeded(entry_ref &ref) argument
1651 entry_ref ref; local
1727 SwitchDirMenuTo(const entry_ref* ref) argument
1858 InitDirentIterator(const entry_ref* ref) argument
[all...]
H A DUtilities.cpp1163 entry_ref ref; local
1164 message->FindRef("refs", index, &ref);
1165 entry_ref* newRef = (func)(&ref, passThru);
1175 ContainsEntryRef(const BMessage* message, const entry_ref* ref) argument
1180 if (*ref == match)
H A DPoseView.h93 // Returns true if for instance, node ref is a remote desktop
671 void Delete(const entry_ref&ref, bool selectNext, bool confirm);
686 void MoveSelectionOrEntryToTrash(const entry_ref* ref, bool selectNext);
H A DTracker.cpp383 const entry_ref* ref = window->TargetModel()->EntryRef(); local
384 if (entry.SetTo(ref) == B_OK
394 if (window != FindContainerWindow(ref)
687 entry_ref ref;
688 ASSERT(message->FindRef("refs", 0, &ref) == B_OK);
689 if (message->FindRef("refs", 0, &ref) != B_OK)
693 set_default_printer(ref.name);
702 makeActiveMessage.AddString("printer", ref.name);
723 entry_ref ref; local
724 ASSERT(message->FindRef("refs", index, &ref)
753 entry_ref ref; local
848 OpenRef(const entry_ref* ref, const node_ref* nodeToClose, const node_ref* nodeToSelect, OpenSelector selector, const BMessage* messageToBundle) argument
1027 entry_ref ref; local
1054 entry_ref ref; local
1165 entry_ref ref; local
1182 entry_ref ref; local
[all...]
H A DPoseView.cpp1182 BPoseView::InitDirentIterator(const entry_ref* ref) argument
1185 Model sourceModel(ref, false, true);
1253 entry_ref ref; member in struct:AddPosesParams
1287 params->ref = *model->EntryRef();
1387 entry_ref ref(params->ref);
1408 EntryListBase* container = view->InitDirentIterator(&ref);
1528 creationData.AddRef("ref", &ref);
1708 entry_ref ref; local
1741 node_ref ref; local
2192 entry_ref ref; local
3352 PlaceFolder(const entry_ref* ref, const BMessage* message) argument
3467 entry_ref ref; local
4714 entry_ref ref; local
5762 WatchParentOf(const entry_ref* ref) argument
5787 StopWatchingParentsOf(const entry_ref* ref) argument
6153 CopyOneTrashedRefAsEntry(const entry_ref* ref, BObjectList<entry_ref>* trashList, BObjectList<entry_ref>* noTrashList, std::map<int32, bool>* deviceHasTrash) argument
6191 CheckVolumeReadOnly(const entry_ref* ref) argument
6209 MoveSelectionOrEntryToTrash(const entry_ref* ref, bool selectNext) argument
6274 MoveEntryToTrash(const entry_ref* ref, bool selectNext) argument
6324 Delete(const entry_ref &ref, bool selectNext, bool confirm) argument
8642 entry_ref ref; local
[all...]
/haiku/src/apps/stylededit/
H A DStatusView.cpp239 StatusView::SetRef(const entry_ref& ref) argument
241 fRef = ref;
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp487 entry_ref ref; local
494 err = message->FindRef("directory", &ref);
502 err = entry.SetTo(&ref);
/haiku/src/apps/installer/
H A DInstallerWindow.cpp679 entry_ref ref; local
680 if (entry.GetRef(&ref) != B_OK || be_roster->Launch(&ref) != B_OK) {
708 entry_ref ref; local
709 if (entry.GetRef(&ref) != B_OK || be_roster->Launch(&ref) != B_OK) {
/haiku/src/apps/diskprobe/
H A DProbeView.cpp72 IconView(const entry_ref* ref, bool isDevice);
117 HeaderView(const entry_ref* ref,
232 IconView::IconView(const entry_ref* ref, bool isDevice) argument
234 fRef(*ref),
398 HeaderView::HeaderView(const entry_ref* ref, DataEditor& editor) argument
411 fIconView = new IconView(ref, editor.IsDevice());
429 BPath path(ref);
1075 ProbeView::ProbeView(entry_ref* ref, const char* attribute, argument
1082 fEditor.SetTo(*ref, attribute);
/haiku/src/tests/kits/storage/
H A DFindDirectoryTest.cpp136 entry_ref ref(device, info.root, "home");
137 BPath homePath(&ref);
154 entry_ref ref(device, info.root, "home");
155 BPath homePath(&ref);
160 entry_ref ref(device, info.root, "RECYCLED");
161 BPath recycledPath(&ref);
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp134 ShowImageWindow::ShowImageWindow(BRect frame, const entry_ref& ref, argument
138 fNavigator(ref, trackerMessenger),
274 _LoadError(ref);
660 entry_ref ref; local
661 message->FindRef("ref", &ref);
662 if (!first && ref != fNavigator.CurrentRef()) {
683 _LoadError(ref);
692 fNavigator.SetTo(ref, page, pageCount);
712 entry_ref ref; local
809 entry_ref ref = fNavigator.CurrentRef(); local
1140 _GetFileInfo(const entry_ref& ref) argument
1173 _LoadError(const entry_ref& ref) argument
1355 _PreloadImage(bool forward, entry_ref& ref) argument
[all...]
H A DShowImageWindow.h58 const entry_ref& ref,
91 void _LoadError(const entry_ref& ref);
98 bool _PreloadImage(bool forward, entry_ref& ref);
113 void _GetFileInfo(const entry_ref& ref);
H A DShowImageStatusView.cpp144 ShowImageStatusView::Update(const entry_ref& ref, const BString& text, argument
147 fRef = ref;
/haiku/src/preferences/filetypes/
H A DIconView.h32 void SetTo(const entry_ref& ref,
39 status_t CopyTo(const entry_ref& ref,
118 status_t GetRef(entry_ref& ref) const;
139 void _SetIcon(entry_ref* ref);
H A DIconView.cpp210 Icon::SetTo(const entry_ref& ref, const char* type) argument
214 BFile file(&ref, B_READ_ONLY);
265 Icon::CopyTo(const entry_ref& ref, const char* type, bool force) const argument
268 status_t status = file.SetTo(&ref, B_READ_ONLY);
620 entry_ref ref; local
621 if (message->FindRef("refs", &ref) == B_OK)
622 _SetIcon(&ref);
730 entry_ref ref; local
731 if (fHasRef && message->FindRef("refs", &ref) == B_OK && fRef == ref)
988 SetTo(const entry_ref& ref, const char* fileType) argument
1339 _SetIcon(entry_ref* ref) argument
[all...]
/haiku/src/apps/text_search/
H A DGrepWindow.cpp368 entry_ref ref; local
369 if (message->FindRef("refs", 0, &ref) == B_OK) {
370 BEntry entry(&ref, true);
374 *directory = ref;
850 entry_ref ref; local
851 if (entry.GetRef(&ref) == B_OK)
852 fSearchResults->RemoveResults(ref, true);
891 entry_ref ref; local
892 if (entry.GetRef(&ref) == B_OK) {
894 ResultItem* item = fSearchResults->FindItem(ref,
1008 entry_ref ref; local
1281 entry_ref ref; local
1574 _OpenInEditor(const entry_ref &ref, int32 lineNum) argument
1832 entry_ref ref; local
[all...]
/haiku/src/apps/terminal/
H A DTermWindow.cpp759 if (be_roster->Launch(&info.ref) != B_OK)
/haiku/src/apps/haikudepot/util/
H A DAppUtils.cpp106 BFile file(&info.ref, B_READ_ONLY);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp830 entry_ref ref; local
836 if (message->FindRef("refs", i, &ref) == B_OK) {
837 if (file.SetTo(&ref, B_READ_ONLY) == B_OK) {
/haiku/src/add-ons/kernel/network/devices/tunnel/
H A Dtunnel.cpp230 tunnel_select(void* _cookie, uint8 event, uint32 ref, selectsync* sync) argument

Completed in 134 milliseconds

1234567891011>>