Searched refs:ref (Results 376 - 400 of 722) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp103 StyledEditWindow::StyledEditWindow(BRect frame, entry_ref* ref, uint32 encoding) argument
111 OpenFile(ref);
175 entry_ref ref; local
176 if (message->FindRef("refs", 0, &ref)==B_OK) {
633 entry_ref ref; local
637 && fSaveMessage->FindRef("directory", &ref) == B_OK
640 BDirectory dir(&ref);
646 status = entry.GetRef(&ref);
648 fStatusView->SetRef(ref);
942 StyledEditWindow::OpenFile(entry_ref* ref) argument
1102 IsDocumentEntryRef(const entry_ref* ref) argument
1507 _LoadFile(entry_ref* ref, const char* forceEncoding) argument
1584 entry_ref ref; local
2146 entry_ref ref; local
2225 _SwitchNodeMonitor(bool on, entry_ref* ref) argument
2242 entry_ref ref; local
[all...]
/haiku/src/tests/kits/storage/
H A DSymLinkTest.cpp206 entry_ref ref; local
207 CPPUNIT_ASSERT( entry.GetRef(&ref) == B_OK );
208 BSymLink link(&ref);
215 entry_ref ref; local
216 CPPUNIT_ASSERT( entry.GetRef(&ref) == B_OK );
217 BSymLink link(&ref);
229 entry_ref ref; local
230 CPPUNIT_ASSERT( entry.GetRef(&ref) == B_OK );
231 BSymLink link(&ref);
238 entry_ref ref; local
410 entry_ref ref; local
[all...]
/haiku/src/kits/mail/
H A DMailSettings.cpp488 BMailAddOnSettings::SetAddOnRef(const entry_ref& ref) argument
490 fRef = ref;
594 BMailProtocolSettings::AddFilterSettings(const entry_ref* ref) argument
597 if (ref != NULL)
598 filterSettings->SetAddOnRef(*ref);
742 entry_ref ref; local
743 if (_GetAddOnRef("mail_daemon/inbound_protocols", name, ref) != B_OK)
746 fInboundSettings.SetAddOnRef(ref);
754 entry_ref ref; local
755 if (_GetAddOnRef("mail_daemon/outbound_protocols", name, ref) !
976 _GetAddOnRef(const char* subPath, const char* name, entry_ref& ref) argument
[all...]
H A DMailAttachment.cpp78 BSimpleMailAttachment::BSimpleMailAttachment(entry_ref *ref) argument
85 SetTo(ref);
115 //SetFileName(ref->name);
127 BSimpleMailAttachment::SetTo(entry_ref *ref) argument
129 BFile *file = new BFile(ref, B_READ_ONLY);
138 SetFileName(ref->name);
458 BAttributedMailAttachment::BAttributedMailAttachment(entry_ref *ref) argument
464 SetTo(ref);
531 BAttributedMailAttachment::SetTo(entry_ref *ref) argument
533 if (ref
[all...]
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp47 // Maintaining a playlist file on disk is a bit tricky. The playlist ref should
346 entry_ref ref; local
348 if (message->FindRef("directory", &ref) != B_OK
358 BPath origPath(&ref);
359 BPath tempPath(&ref);
381 PlaylistWindow::_SavePlaylist(const entry_ref& ref) argument
383 BString tempName(ref.name);
385 entry_ref tempRef(ref);
388 BEntry origEntry(&ref);
391 _SavePlaylist(origEntry, tempEntry, ref
[all...]
/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp476 an entry_ref and returned in \a ref.
478 \param ref A pointer to a pre-allocated entry_ref into which the requested
483 - \c B_BAD_VALUE: \c NULL \a ref.
487 BNodeInfo::GetAppHint(entry_ref *ref) const
490 status_t error = (ref ? B_OK : B_BAD_VALUE);
516 error = get_ref_for_path(path, ref);
528 If \a ref is \c NULL, the respective attribute is removed.
530 \param ref A pointer to an entry_ref referring to the application.
535 - \c B_BAD_VALUE: \c NULL \a ref.
539 BNodeInfo::SetAppHint(const entry_ref *ref) argument
721 GetTrackerIcon(const entry_ref *ref, BBitmap *icon, icon_size iconSize) argument
[all...]
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.h415 protected: // *** ref->group communication (LOCK REQUIRED)
421 NodeRef* ref);
426 NodeRef* ref);
432 NodeRef* ref);
542 // add a ref to the cycle set (in proper order, based on latency)
544 NodeRef* ref);
546 // remove a ref from the cycle set
548 NodeRef* ref);
/haiku/src/bin/
H A Dcheckitout.cpp100 entry_ref ref; local
102 msg->FindRef("directory", &ref);
104 _DoCheckItOut(&ref, name.String());
155 CheckItOut::_DoCheckItOut(entry_ref *ref, const char *name) argument
170 BPath refPath(ref);
/haiku/src/apps/expander/
H A DExpanderPreferences.cpp168 entry_ref ref; local
259 entry_ref ref; local
260 fUsePanel->GetPanelDirectory(&ref);
261 fRef = ref;
262 BEntry entry(&ref);
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp70 SpamFilter::HeaderFetched(entry_ref& ref, BFile& file, BMessage& attributes) argument
78 SpamFilter::BodyFetched(const entry_ref& ref, BFile& file, BMessage& attributes) argument
169 entry_ref ref; local
178 get_ref_for_path(path.Path(), &ref);
179 if ((status = be_roster->Launch(&ref)) == B_OK)
/haiku/src/kits/media/
H A DMediaFiles.cpp159 *_ref = reply.ref;
191 const entry_ref& ref)
198 request.ref = ref;
236 const entry_ref &ref)
190 SetRefFor(const char* type, const char* item, const entry_ref& ref) argument
235 RemoveRefFor(const char* type, const char* item, const entry_ref &ref) argument
/haiku/src/preferences/appearance/
H A DCurView.cpp151 entry_ref ref; local
152 entry.GetRef(&ref);
442 entry_ref ref; local
443 if(msg->FindRef("refs",&ref)!=B_OK)
446 BBitmap *tmp=BTranslationUtils::GetBitmap(&ref);
/haiku/src/servers/index/
H A DCatchUpManager.cpp61 CatchUpAnalyser::AnalyseEntry(const entry_ref& ref) argument
68 analyser->AnalyseEntry(ref);
93 entry_ref ref; local
94 while (query.GetNextRef(&ref) == B_OK)
95 entryList.push_back(ref);
/haiku/src/kits/tracker/
H A DOpenWithWindow.h80 virtual status_t GetNextRef(entry_ref* ref);
87 bool GetPreferredApp(entry_ref* ref) const;
226 virtual EntryListBase* InitDirentIterator(const entry_ref* ref);
276 bool Filter(const entry_ref* ref, BNode* node, stat_beos* st,
342 virtual status_t GetNextRef(entry_ref* ref);
/haiku/src/servers/app/font/
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/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/kits/device/
H A DJoystickTweaker.cpp75 _BJoystickTweaker::save_config(const entry_ref *ref) argument
155 _BJoystickTweaker::GetInfo(_joystick_info *info, const char *ref) argument
159 configFilePath.Append(ref);
/haiku/headers/os/mail/
H A DMailSettings.h90 void SetAddOnRef(const entry_ref& ref);
114 int32 AddFilterSettings(const entry_ref* ref = NULL);
175 const char* name, entry_ref& ref);
/haiku/headers/private/media/
H A DServerInterface.h239 entry_ref ref(device, directory, name);
240 return ref;
243 xfer_entry_ref& operator=(const entry_ref& ref) argument
245 device = ref.device;
246 directory = ref.directory;
247 if (ref.name == NULL)
249 else if (strlen(ref.name) > B_FILE_NAME_LENGTH) {
253 strcpy(name, ref.name);
511 xfer_entry_ref ref; member in struct:server_register_add_on_request
527 xfer_entry_ref ref; member in struct:server_get_add_on_ref_reply
572 xfer_entry_ref ref; member in struct:server_get_ref_for_reply
578 xfer_entry_ref ref; member in struct:server_set_ref_for_request
[all...]
/haiku/src/kits/debugger/debug_info/loading_state_handlers/
H A DDwarfLoadingStateHandler.cpp129 entry_ref ref; local
130 interface->SynchronouslyAskUserForFile(&ref);
131 BPath path(&ref);
/haiku/src/apps/haiku3d/texture/
H A DVideoFileTexture.cpp49 entry_ref ref; local
50 entry.GetRef(&ref);
52 fMediaFile = new BMediaFile(&ref);
/haiku/headers/os/interface/
H A DShelf.h32 BShelf(const entry_ref* ref, BView* view,
67 status_t SetSaveLocation(const entry_ref* ref);
68 BDataIO* SaveLocation(entry_ref* ref) const;
/haiku/src/tests/system/libroot/os/
H A DDriverSettingsTest.cpp226 entry_ref ref; local
227 while (directory.GetNextRef(&ref) == B_OK) {
228 load_settings(ref.name);
/haiku/src/tests/kits/interface/bshelf/Container/
H A DTPreferences.cpp190 status_t TPreferences::SetRef(const char *name, entry_ref *ref) argument
194 return ReplaceRef(name, 0, ref);
196 return AddRef(name, ref);
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DTPreferences.cpp192 status_t TPreferences::SetRef(const char *name, entry_ref *ref) argument
196 return ReplaceRef(name, 0, ref);
198 return AddRef(name, ref);

Completed in 230 milliseconds

<<11121314151617181920>>