Searched refs:ref (Results 126 - 150 of 722) sorted by relevance

1234567891011>>

/haiku/src/kits/storage/
H A DMergedDirectory.cpp102 entry_ref ref; local
103 status_t error = GetNextRef(&ref);
107 return entry->SetTo(&ref, traverse);
112 BMergedDirectory::GetNextRef(entry_ref* ref) argument
122 ref->device = entry->d_pdev;
123 ref->directory = entry->d_pino;
124 return ref->set_name(entry->d_name);
228 entry_ref ref; local
229 if (entry.GetStat(&st) == B_OK && entry.GetRef(&ref) == B_OK
230 && !ShallPreferFirstEntry(bestEntry, bestIndex, ref,
[all...]
/haiku/src/kits/tracker/
H A DNavigator.cpp165 entry_ref ref; local
166 if (message->FindRef("refs", &ref) == B_OK) {
168 BEntry entry(&ref, true);
170 entry.GetRef(&ref);
171 BPath path(&ref);
173 get_ref_for_path(path.Path(), &ref);
175 message.AddRef("refs", &ref);
224 entry_ref ref; local
226 if (entry->GetRef(&ref) == B_OK) {
228 message.AddRef("refs", &ref);
286 entry_ref ref; local
[all...]
H A DFilePanel.cpp62 const entry_ref* ref, uint32 nodeFlavors, bool multipleSelection,
73 BEntry startDir(ref);
271 BFilePanel::GetPanelDirectory(entry_ref* ref) const
277 *ref = *static_cast<TFilePanel*>(fWindow)->TargetModel()->EntryRef();
293 BFilePanel::SetPanelDirectory(const entry_ref* ref) argument
299 static_cast<TFilePanel*>(fWindow)->SetTo(ref);
306 entry_ref ref; local
307 status_t err = get_ref_for_path(path, &ref);
315 static_cast<TFilePanel*>(fWindow)->SetTo(&ref);
322 entry_ref ref; local
61 BFilePanel(file_panel_mode mode, BMessenger* target, const entry_ref* ref, uint32 nodeFlavors, bool multipleSelection, BMessage* message, BRefFilter* filter, bool modal, bool hideWhenDone) argument
358 GetNextSelectedRef(entry_ref* ref) argument
[all...]
/haiku/src/apps/processcontroller/
H A DUtilities.cpp52 get_ref_for_path(kernelPath.Path(), &info.ref);
55 status = BPrivate::get_app_ref(infoPack.team_info.team, &info.ref);
61 strncpy(infoPack.team_name, nameFromArgs ? infoPack.team_info.args : info.ref.name,
68 || BNodeInfo::GetTrackerIcon(&info.ref, infoPack.team_icon,
92 entry_ref ref; local
93 if (get_ref_for_path(path, &ref) == B_OK)
94 status = be_roster->Launch(&ref);
111 find_self(entry_ref& ref) argument
120 if (get_ref_for_path (info.name, &ref) == B_OK)
128 ref
135 entry_ref ref; local
[all...]
/haiku/src/preferences/filetypes/
H A DFileTypeWindow.cpp146 entry_ref ref; local
147 if (refs.FindRef("refs", 1, &ref) == B_OK) {
150 if (entry.SetTo(&ref) == B_OK
155 for (int32 i = 0; refs.FindRef("refs", i, &ref) == B_OK; i++) {
157 if (entry.SetTo(&ref) == B_OK
175 } else if (refs.FindRef("refs", 0, &ref) == B_OK) {
177 snprintf(buffer, sizeof(buffer), B_TRANSLATE("%s file type"), ref.name);
194 entry_ref ref; local
195 for (int32 i = 0; refs.FindRef("refs", i, &ref) == B_OK; i++) {
196 BNode node(&ref);
243 entry_ref ref; local
421 entry_ref ref; local
[all...]
/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/build/libroot/
H A Dfs_descriptors.h36 virtual status_t GetNodeRef(NodeRef &ref);
54 NodeRef ref; member in struct:BPrivate::DirectoryDescriptor
56 DirectoryDescriptor(DIR *dir, const NodeRef &ref);
63 virtual status_t GetNodeRef(NodeRef &ref);
111 AttrDirDescriptor(DIR *dir, const NodeRef &ref);
118 virtual status_t GetNodeRef(NodeRef &ref);
/haiku/src/servers/registrar/mime/
H A DMimeUpdateThread.cpp188 MimeUpdateThread::UpdateEntry(const entry_ref *ref) argument
190 status_t err = ref ? B_OK : B_BAD_VALUE;
201 //BPath path(ref);
203 // (DeviceSupportsAttributes(ref->device) ? "yes" : "no"));
205 if (!err && (device_is_root_device(ref->device)
206 || DeviceSupportsAttributes(ref->device))) {
210 DoMimeUpdate(ref, &entryIsDir);
217 err = dir.SetTo(ref);
/haiku/src/kits/media/
H A DMediaTheme.cpp58 BMediaTheme::GetRef(entry_ref* ref) argument
60 if (!fIsAddOn || ref == NULL)
63 *ref = fAddOnRef;
165 const entry_ref* ref, int32 id)
174 if (ref) {
176 fAddOnRef = *ref;
164 BMediaTheme(const char* name, const char* info, const entry_ref* ref, int32 id) argument
/haiku/headers/private/app/
H A DRosterPrivate.h31 status_t Launch(const char* mimeType, const entry_ref* ref, argument
36 { return fRoster->_LaunchApp(mimeType, ref, messageList, argc,
47 status_t AddApplication(const char *mimeSig, const entry_ref *ref, argument
51 { return fRoster->_AddApplication(mimeSig, ref, flags, team, thread,
61 status_t IsAppRegistered(const entry_ref *ref, team_id team, argument
63 { return fRoster->_IsAppRegistered(ref, team, token, preRegistered,
H A DAppMisc.h24 status_t get_app_ref(team_id team, entry_ref *ref, bool traverse = true);
25 status_t get_app_ref(entry_ref *ref, bool traverse = true);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp441 // entry ref representation and support more URLs.
449 entry_ref ref;
451 for (int i = 0; refsReceivedMessage->FindRef("refs", i, &ref) == B_OK;
454 BString type = _MIMEString(&ref);
457 AppendPlaylistToPlaylist(ref, &subPlaylist);
463 AppendQueryToPlaylist(ref, &subPlaylist);
465 PlaylistFileReader* reader = PlaylistFileReader::GenerateReader(ref);
467 reader->AppendToPlaylist(ref, &subPlaylist);
470 if (!_ExtraMediaExists(this, ref)) {
471 AppendToPlaylistRecursive(ref,
506 AppendToPlaylistRecursive(const entry_ref& ref, Playlist* playlist) argument
541 AppendPlaylistToPlaylist(const entry_ref& ref, Playlist* playlist) argument
585 AppendQueryToPlaylist(const entry_ref& ref, Playlist* playlist) argument
628 _ExtraMediaExists(Playlist* playlist, const entry_ref& ref) argument
739 _MIMEString(const entry_ref* ref) argument
791 entry_ref ref; local
[all...]
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp150 entry_ref ref; local
156 get_ref_for_path(path.Path(), &ref);
158 entry.GetRef(&ref);
160 get_ref_for_path(path.Path(), &ref);
163 fOpenPanel = new BFilePanel(B_OPEN_PANEL, &messenger, &ref,
165 fSavePanel = new BFilePanel(B_SAVE_PANEL, &messenger, &ref,
226 entry_ref ref; local
228 while (message->FindRef("refs", i++, &ref) == B_OK) {
229 fCurrentMap.Load(ref);
240 entry_ref ref; local
269 entry_ref ref; local
675 entry_ref ref; local
738 entry_ref ref; local
883 entry_ref ref; local
907 entry_ref ref; local
939 entry_ref ref; local
961 entry_ref ref; local
1001 _GetCurrentKeymap(entry_ref& ref) argument
1019 entry_ref ref; local
1142 entry_ref ref; local
[all...]
/haiku/headers/private/device/
H A DJoystickTweaker.h42 status_t GetInfo(_joystick_info* info, const char *ref);
45 status_t save_config(const entry_ref *ref = NULL);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeRef.h11 NodeRef(const node_ref& ref) argument
12 : node_ref(ref)
/haiku/headers/os/package/
H A DInstallationLocationInfo.h31 status_t SetBaseDirectoryRef(const node_ref& ref);
34 status_t SetPackagesDirectoryRef(const node_ref& ref);
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.h21 virtual BMailFilterAction HeaderFetched(entry_ref& ref, BFile& file,
23 virtual void BodyFetched(const entry_ref& ref, BFile& file,
/haiku/src/preferences/mail/
H A DConfigViews.h51 ProtocolSettingsView(const entry_ref& ref,
58 status_t _CreateSettingsView(const entry_ref& ref,
/haiku/headers/os/add-ons/network_settings/
H A DNetworkProfile.h20 BNetworkProfile(const entry_ref& ref);
25 status_t SetTo(const entry_ref& ref);
/haiku/src/apps/showimage/
H A DShowImageApp.cpp79 entry_ref ref; local
80 status_t err = get_ref_for_path(path.Path(), &ref);
82 message.AddRef("refs", &ref);
162 entry_ref ref; local
163 for (int32 i = 0; message->FindRef("refs", i, &ref) == B_OK; i++)
164 _Open(ref, trackerMessenger);
197 ShowImageApp::_Open(const entry_ref& ref, const BMessenger& trackerMessenger) argument
203 new ShowImageWindow(fLastWindowFrame, ref, trackerMessenger);
/haiku/src/servers/index/
H A DAnalyserDispatcher.h31 void AnalyseEntry(const entry_ref& ref);
32 void DeleteEntry(const entry_ref& ref);
/haiku/src/kits/translation/
H A DTranslatorRosterPrivate.h27 entry_ref ref; member in struct:translator_item
52 const entry_ref* ref = NULL,
55 void RemoveTranslators(entry_ref& ref);
71 status_t GetRefFor(translator_id id, entry_ref& ref);
75 status_t CreateTranslators(const entry_ref& ref,
95 const translator_item* _FindTranslator(entry_ref& ref) const;
105 const entry_ref* ref = NULL);
108 void _EntryAdded(const entry_ref& ref);
/haiku/src/preferences/notifications/
H A DAppRefFilter.cpp23 AppRefFilter::Filter(const entry_ref *ref, BNode *node, argument
31 BEntry linkedEntry(ref, true);
/haiku/headers/private/storage/sniffer/
H A DErr.h33 Err(const Err &ref);
35 Err& operator=(const Err &ref);
/haiku/src/servers/registrar/
H A DRosterSettingsCharStream.h70 RosterSettingsCharStream(const RosterSettingsCharStream &ref);
71 RosterSettingsCharStream& operator=(const RosterSettingsCharStream &ref);

Completed in 115 milliseconds

1234567891011>>