Searched refs:entry_ref (Results 501 - 525 of 720) sorted by relevance

<<212223242526272829

/haiku-fatelf/src/kits/storage/
H A DFile.cpp43 // the supplied entry_ref and according to the specified open mode.
44 BFile::BFile(const entry_ref* ref, uint32 openMode)
96 // supplied entry_ref and according to the specified open mode.
98 BFile::SetTo(const entry_ref* ref, uint32 openMode)
/haiku-fatelf/src/kits/media/
H A DDormantNodeManager.cpp200 entry_ref ref;
262 entry_ref ref = reply.ref;
/haiku-fatelf/src/apps/people/
H A DPictureView.cpp77 PictureView::PictureView(float width, float height, const entry_ref* ref)
156 PictureView::Update(const entry_ref* ref)
200 entry_ref ref;
489 entry_ref dirRef;
578 PictureView::_LoadPicture(const entry_ref* ref)
/haiku-fatelf/src/apps/mediaconverter/
H A DMediaConverterApp.cpp106 entry_ref ref;
201 entry_ref* ref, media_file_format* outputFormat)
262 entry_ref inRef;
263 entry_ref outRef;
285 entry_ref outRef;
/haiku-fatelf/src/kits/tracker/
H A DFunctionObject.h93 class ParameterBinder<const entry_ref*> {
96 ParameterBinder(const entry_ref* p)
102 ParameterBinder &operator=(const entry_ref* newp)
105 const entry_ref* Pass() const
108 entry_ref p;
/haiku-fatelf/src/preferences/filetypes/
H A DIconView.cpp206 Icon::SetTo(const entry_ref& ref, const char* type)
261 Icon::CopyTo(const entry_ref& ref, const char* type, bool force) const
586 entry_ref ref;
696 entry_ref ref;
954 IconView::SetTo(const entry_ref& ref, const char* fileType)
1165 IconView::GetRef(entry_ref& ref) const
1294 IconView::_SetIcon(entry_ref* ref)
/haiku-fatelf/src/servers/input/
H A DAddOnManager.cpp60 entry_ref ref;
71 entry_ref ref;
344 entry_ref ref;
392 entry_ref ref;
455 AddOnManager::_RegisterDevice(BInputServerDevice* device, const entry_ref& ref,
493 AddOnManager::_RegisterFilter(BInputServerFilter* filter, const entry_ref& ref,
538 AddOnManager::_RegisterMethod(BInputServerMethod* method, const entry_ref& ref,
/haiku-fatelf/src/tests/kits/storage/
H A DSymLinkTest.cpp198 // 4. BSymLink(const entry_ref*)
203 entry_ref ref;
212 entry_ref ref;
219 BSymLink link((entry_ref *)NULL);
226 entry_ref ref;
235 entry_ref ref;
404 // 4. BSymLink(const entry_ref*)
407 entry_ref ref;
419 CPPUNIT_ASSERT( link.SetTo((entry_ref *)NULL) == B_BAD_VALUE );
/haiku-fatelf/src/apps/showimage/
H A DShowImageWindow.cpp129 ShowImageWindow::ShowImageWindow(BRect frame, const entry_ref& ref,
624 entry_ref ref;
662 entry_ref ref;
1102 ShowImageWindow::_LoadError(const entry_ref& ref)
1150 entry_ref dirRef;
1247 entry_ref nextRef = fNavigator.CurrentRef();
1251 entry_ref previousRef = fNavigator.CurrentRef();
1259 ShowImageWindow::_PreloadImage(bool forward, entry_ref& ref)
1261 entry_ref currentRef = ref;
/haiku-fatelf/src/apps/diskprobe/
H A DDiskProbe.cpp263 /** Opens a window containing the file pointed to by the entry_ref.
274 entry_ref ref;
349 entry_ref ref;
399 entry_ref ref;
/haiku-fatelf/src/build/libbe/storage/
H A DNodeInfo.cpp472 /*! \brief Returns a hint in form of and entry_ref to the application that
476 an entry_ref and returned in \a ref.
478 \param ref A pointer to a pre-allocated entry_ref into which the requested
487 BNodeInfo::GetAppHint(entry_ref *ref) const
512 // get the entry_ref for the path
525 The supplied entry_ref is converted into a path and stored in the node's
530 \param ref A pointer to an entry_ref referring to the application.
539 BNodeInfo::SetAppHint(const entry_ref *ref)
701 the supplied entry_ref.
706 \param ref An entry_ref referrin
[all...]
/haiku-fatelf/src/preferences/mail/
H A DAutoConfigView.cpp177 entry_ref protocolRef;
205 AutoConfigView::GetSMTPAddonRef(entry_ref *ref)
508 ServerSettingsView::GetAuthEncrMenu(entry_ref protocol,
/haiku-fatelf/src/servers/registrar/
H A DMIMEManager.cpp173 entry_ref ref;
207 entry_ref root;
316 entry_ref ref;
/haiku-fatelf/src/tests/kits/midi/midi_player_replacement/
H A DMidiPlayerWindow.cpp147 entry_ref ref;
307 entry_ref File;
527 entry_ref ref;
/haiku-fatelf/src/apps/deskbar/
H A DDeskbarMenu.cpp444 const char* signature, entry_ref* appRef)
473 fAppRef = new entry_ref(*appRef);
551 entry_ref ref;
H A DBarView.h163 status_t SendDragMessage(const char* signature, entry_ref* ref = NULL);
/haiku-fatelf/src/kits/game/
H A DFileGameSound.cpp121 BFileGameSound::BFileGameSound(const entry_ref *file, bool looping,
153 entry_ref node;
374 BFileGameSound::Init(const entry_ref* file)
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A Dpop3.cpp198 entry_ref ref;
249 POP3Protocol::FetchBody(const entry_ref& ref)
311 POP3Protocol::DeleteMessage(const entry_ref& ref)
550 entry_ref entry;
/haiku-fatelf/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceAddOn.cpp112 const entry_ref & file,
H A DAbstractFileInterfaceNode.cpp347 const entry_ref & file,
357 const entry_ref & file,
386 entry_ref * out_ref,
405 const entry_ref & file,
/haiku-fatelf/src/add-ons/tracker/iconvader/
H A DIconVader.cpp29 process_refs(entry_ref dir, BMessage* refs, void* /*reserved*/)
/haiku-fatelf/src/add-ons/tracker/zipomatic/
H A DZipOMatic.cpp51 entry_ref ref;
/haiku-fatelf/src/apps/3dmov/
H A DVideo.cpp20 Video :: Video(entry_ref *ref)
/haiku-fatelf/src/apps/cdplayer/
H A DCDDBSupport.h24 status_t Load(const entry_ref &ref);
/haiku-fatelf/src/apps/cortex/NodeManager/
H A DAddOnHost.cpp105 entry_ref appRef;

Completed in 219 milliseconds

<<212223242526272829