Searched refs:ref (Results 176 - 200 of 762) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/print/transports/print_to_file/
H A DFileSelector.cpp107 FileSelector::Go(entry_ref* ref) argument
118 if (result == B_OK && ref)
119 result = fEntry.GetRef(ref);
/haiku-fatelf/src/add-ons/tracker/opentargetfolder/
H A Dopentargetfolder.cpp27 entry_ref ref; local
29 for (index = 0; msg->FindRef("refs", index, &ref) == B_OK; index ++) {
30 BSymLink link(&ref);
/haiku-fatelf/src/apps/cortex/ParameterView/
H A DParameterWindowManager.h96 const NodeRef *ref);
101 const NodeRef *ref);
112 const NodeRef *ref,
/haiku-fatelf/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumerAddOn.cpp111 entry_ref ref; local
112 get_ref_for_path(g_pLogPath, &ref);
113 LoggingConsumer* pNode = new LoggingConsumer(ref, this);
/haiku-fatelf/src/apps/debuganalyzer/util/
H A DDataSource.cpp87 EntryRefDataSource::Init(const entry_ref* ref) argument
89 if (ref->name == NULL)
92 fRef = *ref;
/haiku-fatelf/src/apps/people/
H A DPersonView.h38 const entry_ref* ref);
50 void CreateFile(const entry_ref* ref);
60 void UpdatePicture(const entry_ref* ref);
H A DPictureView.h26 const entry_ref* ref);
32 void Update(const entry_ref* ref);
51 status_t _LoadPicture(const entry_ref* ref);
/haiku-fatelf/src/apps/resedit/
H A DResView.h37 const entry_ref *ref = NULL);
46 void OpenFile(const entry_ref &ref);
55 void AddResource(const entry_ref &ref);
/haiku-fatelf/src/apps/text_search/
H A DGrepApp.cpp59 entry_ref ref; local
60 entry.GetRef(&ref);
63 message.AddRef("refs", &ref);
/haiku-fatelf/src/libs/ncurses/form/
H A Dfld_newftyp.c117 if (typ->ref != 0)
126 typ->left->ref--;
128 typ->right->ref--;
/haiku-fatelf/src/servers/media/
H A DMediaFilesManager.h40 const entry_ref& ref);
55 entry_ref ref; member in struct:MediaFilesManager::item_info
63 const entry_ref* ref = NULL,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DFDManager.h29 const node_ref* ref);
30 static status_t SetEntry(BEntry* entry, const entry_ref* ref);
34 static status_t SetNode(BNode* node, const entry_ref* ref);
/haiku-fatelf/src/kits/storage/
H A DDirectory.cpp45 BDirectory::BDirectory(const entry_ref* ref) argument
49 SetTo(ref);
97 BDirectory::SetTo(const entry_ref* ref) argument
100 status_t error = _SetTo(ref, true);
105 fDirFd = _kern_open_dir_entry_ref(ref->device, ref->directory, ref->name);
125 entry_ref ref(nref->device, nref->node, ".");
126 error = SetTo(&ref);
239 node_ref ref; local
336 entry_ref ref; local
346 GetNextRef(entry_ref* ref) argument
[all...]
/haiku-fatelf/src/kits/media/
H A DPluginManager.cpp47 entry_ref ref = reply.ref[i]; local
48 MediaPlugin* plugin = GetPlugin(ref);
121 MediaPlugin* plugin = GetPlugin(reply.ref);
211 MediaPlugin* plugin = GetPlugin(reply.ref);
273 MediaPlugin* plugin = GetPlugin(reply.ref);
344 PluginManager::GetPlugin(const entry_ref& ref) argument
346 TRACE("PluginManager::GetPlugin(%s)\n", ref.name);
354 if (0 == strcmp(ref.name, pinfo->name)) {
363 if (_LoadPlugin(ref,
413 _LoadPlugin(const entry_ref& ref, MediaPlugin** plugin, image_id* image) argument
[all...]
/haiku-fatelf/src/kits/tracker/
H A DFSUndoRedo.cpp68 UndoItemFolder(const entry_ref &ref);
69 // ref - entry_ref indicating the folder created
76 // this ref has two different meanings in the different states of
88 UndoItemRename(const entry_ref &origRef, const entry_ref &ref);
125 entry_ref* ref = list.ItemAt(index); local
127 ref->device = source.device;
128 ref->directory = source.node;
185 NewFolderUndo::NewFolderUndo(const entry_ref &ref) argument
187 fUndo = new UndoItemFolder(ref);
257 entry_ref* ref local
320 UndoItemFolder(const entry_ref &ref) argument
350 UndoItemRename(const entry_ref &origRef, const entry_ref &ref) argument
[all...]
/haiku-fatelf/src/kits/translation/
H A DTranslatorRoster.cpp48 void Put(const entry_ref& ref);
107 QuarantineTranslatorImage::Put(const entry_ref& ref) argument
109 fRef = ref;
289 item->ref.set_name(name);
290 item->ref.directory = toNodeRef.node;
439 entry_ref ref; local
440 while (directory.GetNextRef(&ref) == B_OK) {
441 BEntry entry(&ref);
444 if (CreateTranslators(ref, count) == B_OK)
462 image_id image, const entry_ref* ref, ino_
461 AddTranslator(BTranslator* translator, image_id image, const entry_ref* ref, ino_t node) argument
486 RemoveTranslators(entry_ref& ref) argument
548 CreateTranslators(const entry_ref& ref, int32& count, BMessage* update) argument
833 GetRefFor(translator_id id, entry_ref& ref) argument
1057 _RemoveTranslators(const node_ref* nodeRef, const entry_ref* ref) argument
1101 entry_ref ref; local
1119 _EntryAdded(const entry_ref& ref) argument
1168 entry_ref ref; local
1297 IsTranslator(entry_ref* ref) argument
[all...]
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPInboundProtocol.h108 bool InterestingEntry(const entry_ref& ref);
111 virtual status_t FetchBody(const entry_ref& ref);
112 virtual status_t MarkMessageAsRead(const entry_ref& ref,
115 virtual status_t DeleteMessage(const entry_ref& ref);
116 virtual status_t AppendMessage(const entry_ref& ref);
/haiku-fatelf/src/apps/diskprobe/
H A DOpenWindow.cpp99 entry_ref ref; local
100 if (message->FindRef("refs", 0, &ref) == B_OK) {
141 entry_ref ref; local
142 if (entry.GetRef(&ref) != B_OK)
150 message->AddRef("refs", &ref);
/haiku-fatelf/src/apps/expander/
H A DDirectoryFilePanel.cpp28 DirectoryRefFilter::Filter(const entry_ref *ref, BNode* node, argument
36 BEntry entry(ref, true);
108 entry_ref ref; local
109 GetPanelDirectory(&ref);
111 B_TRANSLATE("Select '%s'"), ref.name) >= (int)sizeof(label))
/haiku-fatelf/src/apps/icon-o-matic/import_export/
H A DExporter.cpp54 Exporter::Export(Document* document, const entry_ref& ref) argument
56 if (!document || ref.name == NULL)
64 fRef = ref;
131 // set ref and name of document
156 const entry_ref* ref = docRef; local
169 // // have the output ref point to the temporary
171 // ref = &tempRef;
179 BFile outFile(ref, B_CREATE_FILE | B_READ_WRITE | B_ERASE_FILE);
200 // if (ret < B_OK && ref != docRef) {
205 // if (ret >= B_OK && ref !
[all...]
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DPlaylist.h93 // navigating current ref
109 static void AppendToPlaylistRecursive(const entry_ref& ref,
111 static void AppendPlaylistToPlaylist(const entry_ref& ref,
113 static void AppendQueryToPlaylist(const entry_ref& ref,
118 static bool ExtraMediaExists(Playlist* playlist, const entry_ref& ref);
131 static BString _MIMEString(const entry_ref* ref);
/haiku-fatelf/src/build/libroot/
H A Dfs_attr_generic.cpp112 get_attribute_dir_path(NodeRef ref) argument
116 sprintf(buffer, "/%lld", (int64)ref.node);
123 ensure_attribute_dir_exists(NodeRef ref, const char *path, int fd) argument
131 string attrDirPath(get_attribute_dir_path(ref));
138 (long long)ref.node);
154 open_attr_dir(NodeRef ref, const char *path, int fd) argument
157 status_t error = ensure_attribute_dir_exists(ref, path, fd);
164 string dirPath(get_attribute_dir_path(ref));
170 get_attribute_path(NodeRef ref, const char *path, int fd, argument
177 status_t error = ensure_attribute_dir_exists(ref, pat
[all...]
/haiku-fatelf/src/kits/app/
H A DAppMisc.cpp78 \param ref A pointer to a pre-allocated entry_ref to be initialized
83 - \c B_BAD_VALUE: \c NULL \a ref.
87 get_app_ref(team_id team, entry_ref *ref, bool traverse) argument
89 status_t error = (ref ? B_OK : B_BAD_VALUE);
97 error = entry.GetRef(ref);
105 \param ref A pointer to a pre-allocated entry_ref to be initialized
110 - \c B_BAD_VALUE: \c NULL \a ref.
114 get_app_ref(entry_ref *ref, bool traverse) argument
116 return get_app_ref(B_CURRENT_TEAM, ref, traverse);
/haiku-fatelf/src/kits/mail/
H A Db_mail_message.cpp80 status_t BMailMessage::AddEnclosure(entry_ref *ref, bool /*clobber*/) argument
82 ((BEmailMessage *)(fFields))->Attach(ref);
93 entry_ref ref;
94 if ((status = entry.GetRef(&ref)) < B_OK)
97 ((BEmailMessage *)(fFields))->Attach(&ref);
/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskSystemAddOnManager.cpp286 entry_ref ref;
287 while (directory.GetNextRef(&ref) == B_OK) {
289 if (alreadyLoaded.find(ref.name) != alreadyLoaded.end()) {
290 TRACE(" skipping \"%s\" -- already loaded\n", ref.name);
296 error = entryPath.SetTo(&ref);
300 TRACE(" skipping \"%s\" -- failed to get path\n", ref.name);
307 TRACE(" skipping \"%s\" -- failed to load add-on\n", ref.name);
323 TRACE(" skipping \"%s\" -- function symbol not found\n", ref.name);
330 TRACE(" skipping \"%s\" -- getting add-ons failed\n", ref.name);
353 ref
[all...]

Completed in 248 milliseconds

1234567891011>>