Searched refs:ref (Results 301 - 325 of 722) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/networkstatus/
H A DNetworkStatus.cpp193 entry_ref ref; local
196 && get_ref_for_path(info.name, &ref) == B_OK) {
198 deskbar.AddItem(&ref);
/haiku/src/servers/registrar/
H A DTRoster.cpp166 entry_ref ref; local
174 if (request->FindRef("ref", &ref) != B_OK)
198 BEntry entry(&ref);
203 _ValidateRunning(ref, signature);
208 PRINT("ref: %" B_PRId32 ", %" B_PRId64 ", %s\n", ref.device,
209 ref.directory, ref.name);
214 && ((info = fRegisteredApps.InfoFor(&ref)) !
380 entry_ref ref; local
661 entry_ref ref; local
1018 entry_ref ref; local
1049 entry_ref ref; local
1855 _ValidateRunning(const entry_ref& ref, const char* signature) argument
[all...]
/haiku/src/apps/mail/
H A DMailApp.cpp222 entry_ref ref; local
223 tmp.GetRef(&ref);
224 enclosure.AddRef("refs", &ref);
230 entry_ref ref; local
231 entry.GetRef(&ref);
232 msg.AddRef("refs", &ref);
252 entry_ref ref; local
266 msg->FindRef("ref", &ref);
267 BNode file(&ref);
604 entry_ref ref; local
683 FindWindow(const entry_ref &ref) argument
1113 NewWindow(const entry_ref* ref, const char* to, bool resend, BMessenger* trackerMessenger) argument
[all...]
/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerApplication.cpp47 entry_ref ref; local
48 entry.GetRef(&ref);
51 file.SetTo(&ref,B_ERASE_FILE); // erase file
/haiku/headers/build/os/storage/
H A DDirectory.h23 BDirectory(const entry_ref *ref);
31 status_t SetTo(const entry_ref *ref);
48 virtual status_t GetNextRef(entry_ref *ref);
/haiku/src/kits/storage/
H A DNode.cpp105 BNode::BNode(const entry_ref* ref) argument
112 (void)SetTo(ref);
173 BNode::SetTo(const entry_ref* ref) argument
175 return _SetTo(ref, false);
583 \param ref An entry_ref identifying the node to be opened.
584 \param traverse If the node identified by \a ref is a symlink and
590 BNode::_SetTo(const entry_ref* ref, bool traverse) argument
594 status_t result = (ref ? B_OK : B_BAD_VALUE);
597 fFd = _kern_open_entry_ref(ref->device, ref
[all...]
H A DPathFinder.cpp31 BPathFinder::BPathFinder(const entry_ref& ref, const char* dependency) argument
33 SetTo(ref, dependency);
52 BPathFinder::SetTo(const entry_ref& ref, const char* dependency) argument
55 fInitStatus = path.SetTo(&ref);
/haiku/src/apps/icon-o-matic/
H A DMainWindow.h76 void Open(const entry_ref& ref,
81 void AddReferenceImage(const entry_ref& ref);
100 DocumentSaver* _CreateSaver(const entry_ref& ref,
/haiku/src/apps/powerstatus/
H A DPowerStatus.cpp137 entry_ref ref; local
140 && get_ref_for_path(info.name, &ref) == B_OK) {
142 deskbar.AddItem(&ref);
/haiku/headers/os/storage/
H A DEntryList.h29 virtual status_t GetNextRef(entry_ref* ref) = 0;
H A DSymLink.h20 BSymLink(const entry_ref* ref);
/haiku/src/apps/diskusage/
H A DSnapshot.h35 entry_ref ref; member in struct:FileInfo
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.h38 entry_ref* ref,
/haiku/src/bin/desklink/
H A DDeskButton.h19 DeskButton(BRect frame, entry_ref* ref, const char* name, BList& titleList,
/haiku/src/servers/index/
H A DCatchUpManager.h33 void AnalyseEntry(const entry_ref& ref);
/haiku/src/apps/stylededit/
H A DStyledEditApp.h39 status_t OpenDocument(entry_ref* ref,
H A DStatusView.h34 void SetRef(const entry_ref& ref);
/haiku/src/apps/expander/
H A DDirectoryFilePanel.h22 bool Filter(const entry_ref* ref, BNode* node,
/haiku/src/kits/tracker/
H A DVirtualDirectoryEntryList.h35 virtual status_t GetNextRef(entry_ref* ref);
/haiku/src/apps/showimage/
H A DShowImageApp.h43 void _Open(const entry_ref& ref,
/haiku/src/apps/packageinstaller/
H A DUninstallView.h37 const node_ref& ref);
/haiku/src/kits/media/
H A DFileInterface.cpp62 entry_ref ref(request->device, request->directory,
66 rv = SetRef(ref, request->create, &reply.duration);
92 entry_ref ref(request->device, request->directory,
95 rv = SniffRef(ref, reply.mimetype, &reply.capability);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.h45 status_t _SendMessage(const entry_ref& ref);
/haiku/src/bin/
H A Dmimeset.cpp83 entry_ref ref; local
84 status_t error = entry.GetRef(&ref);
87 error = mimeInfoUpdater.DoRecursively(ref);
89 error = appMetaMimeCreator.DoRecursively(ref);
/haiku/headers/private/app/
H A DMessageUtils.h15 status_t entry_ref_flatten(char* buffer, size_t* size, const entry_ref* ref);
16 status_t entry_ref_unflatten(entry_ref* ref, const char* buffer, size_t size);
20 status_t node_ref_flatten(char* buffer, size_t* size, const node_ref* ref);
21 status_t node_ref_unflatten(node_ref* ref, const char* buffer, size_t size);

Completed in 272 milliseconds

<<11121314151617181920>>