Searched refs:ref (Results 401 - 425 of 722) sorted by relevance

<<11121314151617181920>>

/haiku/headers/private/storage/sniffer/
H A DParser.h79 bool operator==(Token &ref) const;
168 TokenStream(const TokenStream &ref);
169 TokenStream& operator=(const TokenStream &ref);
/haiku/src/apps/haikudepot/packagemanagement/
H A DOpenPackageProcess.cpp170 entry_ref ref; local
172 status = get_ref_for_path(path.Path(), &ref);
175 status = be_roster->Launch(&ref);
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp307 entry_ref ref; local
308 if (_GetWindowSettingsFile(&ref)) {
309 BEntry entry(&ref);
507 entry_ref ref; local
508 while (message->FindRef("refs", i++, &ref) == B_OK) {
509 BEntry entry(&ref);
527 // Find file ref
528 entry_ref ref; local
530 if (message->FindRef("refs", &ref) == B_OK) {
534 BFile file(&ref, B_READ_ONL
[all...]
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DStartTeamWindow.cpp137 entry_ref ref; local
138 if (message->FindRef("refs", &ref) == B_OK) {
139 BPath path(&ref);
/haiku/src/apps/mail/
H A DMailWindow.h72 TMailApp* app, const entry_ref* ref,
97 void CopyMessage(entry_ref* ref, TMailWindow* src);
100 status_t OpenMessage(const entry_ref* ref,
/haiku/src/apps/overlayimage/
H A DOverlayView.cpp97 entry_ref ref; local
98 msg->FindRef("refs", &ref);
99 BEntry entry(&ref);
/haiku/src/kits/tracker/
H A DFilePanelPriv.h83 void SetTo(const entry_ref* ref);
136 bool SwitchDirToDesktopIfNeeded(entry_ref &ref);
138 void SwitchDirMenuTo(const entry_ref* ref);
H A DNodeWalker.h74 TNodeWalker(const entry_ref* ref, bool includeTopDirectory);
82 TNodeWalker(const entry_ref* ref);
H A DFBCPadding.cpp117 entry_ref* ref, uint32 nodeFlavors, bool multipleSelection,
121 return new (self) BFilePanel(mode, target, ref, nodeFlavors,
114 __10BFilePanel15file_panel_modeP10BMessengerP9entry_refUlbP8BMessageP10BRefFilterT5T5(void* self, file_panel_mode mode, BMessenger* target, entry_ref* ref, uint32 nodeFlavors, bool multipleSelection, BMessage* message, BRefFilter* filter, bool modal, bool hideWhenDone) argument
H A DQueryPoseView.h99 bool Filter(const entry_ref* ref, BNode* node, stat_beos* st,
179 virtual status_t GetNextRef(entry_ref* ref);
/haiku/src/tests/kits/storage/
H A DStatableTest.cpp103 node_ref ref; local
116 CPPUNIT_ASSERT( statable->GetNodeRef(&ref) == B_OK );
127 CPPUNIT_ASSERT( ref.device == st.st_dev && ref.node == st.st_ino );
146 node_ref ref; local
155 CPPUNIT_ASSERT( statable->GetNodeRef(&ref) == B_NO_INIT );
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/tools/fs_shell/
H A Dfd.h32 uint32_t ref, struct select_sync *sync);
89 extern fssh_status_t select_fd(int fd, uint8_t event, uint32_t ref,
/haiku/src/bin/
H A Droster.cpp70 BEntry entry(&info.ref);
75 name = info.ref.name;
/haiku/src/kits/mail/
H A Dc_mail_api.cpp133 forward_mail(entry_ref *ref, const char *recipients, bool now) argument
135 BFile file(ref, O_RDONLY);
/haiku/headers/os/mail/
H A DMailMessage.h39 BEmailMessage(const entry_ref* ref,
101 void Attach(entry_ref* ref,
/haiku/src/kits/storage/
H A DSymLink.cpp43 BSymLink::BSymLink(const entry_ref* ref) argument
45 BNode(ref)
H A DNodeInfo.cpp373 BNodeInfo::GetAppHint(entry_ref* ref) const
376 status_t result = (ref ? B_OK : B_BAD_VALUE);
407 result = get_ref_for_path(path, ref);
416 BNodeInfo::SetAppHint(const entry_ref* ref) argument
423 if (ref != NULL) {
426 result = path.SetTo(ref);
569 BNodeInfo::GetTrackerIcon(const entry_ref* ref, BBitmap* icon, icon_size which) argument
571 // check ref param
572 status_t result = (ref ? B_OK : B_BAD_VALUE);
577 result = node.SetTo(ref);
597 GetTrackerIcon__9BNodeInfoP9entry_refP7BBitmap9icon_size( BNodeInfo* nodeInfo, entry_ref* ref, BBitmap* bitmap, icon_size iconSize) argument
[all...]
/haiku/src/servers/registrar/
H A DAppInfoList.h52 RosterAppInfo *InfoFor(const entry_ref *ref) const;
70 int32 IndexOf(const entry_ref *ref) const;
/haiku/src/bin/filteredquery/
H A Dquery.cpp38 FilterByFolder(const entry_ref *ref, void *arg) argument
44 BPath path(ref);
/haiku/src/apps/deskbar/
H A DDeskbarMenu.cpp544 entry_ref ref; local
545 if (fRecentList.FindRef("refs", fItemIndex++, &ref) != B_OK)
548 if (ref.name && strlen(ref.name) > 0) {
549 Model model(&ref, true);
566 BFile file(&ref, B_READ_ONLY);
584 fBarView, kRecentAppDocuments, signature, &ref);
595 msg->AddRef("refs", &ref);
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierFilter.cpp36 BMailFilterAction HeaderFetched(entry_ref& ref,
57 NotifyFilter::HeaderFetched(entry_ref& ref, BFile& file, argument
/haiku/src/apps/people/
H A DPersonWindow.cpp48 const entry_ref* ref)
104 if (ref != NULL) {
105 SetTitle(ref->name);
106 _SetToRef(new entry_ref(*ref));
255 // Update our ref.
405 PersonWindow::RefersPersonFile(const entry_ref& ref) const
409 return *fRef == ref;
426 PersonWindow::_SetToRef(entry_ref* ref) argument
433 fRef = ref;
46 PersonWindow(BRect frame, const char* title, const char* nameAttribute, const char* categoryAttribute, const entry_ref* ref) argument
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp25 FilePlaylistItem::FilePlaylistItem(const entry_ref& ref) argument
27 fRefs.push_back(ref);
45 entry_ref ref; local
49 if (get_ref_for_path(path, &ref) == B_OK) {
50 fRefs.push_back(ref);
420 FilePlaylistItem::AddRef(const entry_ref& ref) argument
422 fRefs.push_back(ref);
429 FilePlaylistItem::AddImageRef(const entry_ref& ref) argument
431 fImageRefs.push_back(ref);
440 static entry_ref ref; local
[all...]
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp410 entry_ref ref; local
411 status_t status = get_ref_for_path(fPath.Path(), &ref);
413 status = be_roster->Launch(&ref);
476 entry_ref ref(device, directory, name);
477 BEntry entry(&ref);
545 entry_ref ref; local
546 if (get_ref_for_path(containingFolder.Path(), &ref) != B_OK)
555 selectionCommand.AddRef("refs", &ref);
641 entry_ref ref; local
642 entry.GetRef(&ref);
[all...]

Completed in 394 milliseconds

<<11121314151617181920>>