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

1234567891011>>

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.h41 entry_ref& ref, BFile& stream,
48 virtual status_t MarkMessageAsRead(const entry_ref& ref,
55 virtual status_t HandleFetchBody(const entry_ref& ref,
/haiku/src/apps/autoraise/
H A DAutoRaiseApp.cpp66 entry_ref ref; local
67 roster.FindApp(APP_SIG, &ref);
69 db.AddItem(&ref, &id);
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumerAddOn.cpp115 entry_ref ref; local
116 get_ref_for_path(g_pLogPath, &ref);
117 LoggingConsumer* pNode = new LoggingConsumer(ref, this);
/haiku/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/headers/build/os/storage/
H A DNodeInfo.h62 status_t GetAppHint(entry_ref *ref) const;
63 status_t SetAppHint(const entry_ref *ref);
67 static status_t GetTrackerIcon(const entry_ref *ref,
/haiku/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);
/haiku/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
348 GetNextRef(entry_ref* ref) argument
[all...]
/haiku/src/kits/tracker/
H A DFSUndoRedo.cpp103 UndoItemFolder(const entry_ref &ref);
104 // ref - entry_ref indicating the folder created
111 // this ref has two different meanings in the different states of
123 UndoItemRename(const entry_ref &origRef, const entry_ref &ref);
160 entry_ref* ref = list.ItemAt(index); local
162 ref->device = source.device;
163 ref->directory = source.node;
220 NewFolderUndo::NewFolderUndo(const entry_ref &ref) argument
222 fUndo = new UndoItemFolder(ref);
292 entry_ref* ref local
355 UndoItemFolder(const entry_ref &ref) argument
385 UndoItemRename(const entry_ref &origRef, const entry_ref &ref) argument
[all...]
H A DTrackerScripting.cpp209 entry_ref ref;
211 message->FindRef("data", index, &ref) == B_OK; index++) {
213 BEntry entry(&ref);
215 error = FSCreateNewFolder(&ref);
274 entry_ref ref;
276 message->FindRef("data", index, &ref) == B_OK; index++) {
277 status_t error = OpenRef(&ref, NULL, NULL, kOpen, NULL);
281 BMessenger(FindContainerWindow(&ref)));
312 entry_ref ref;
314 message->FindRef("data", index, &ref)
[all...]
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp49 void Put(const entry_ref& ref);
108 QuarantineTranslatorImage::Put(const entry_ref& ref) argument
110 fRef = ref;
287 item->ref.set_name(name);
288 item->ref.directory = toNodeRef.node;
451 entry_ref ref; local
452 while (directory.GetNextRef(&ref) == B_OK) {
453 BEntry entry(&ref);
456 if (CreateTranslators(ref, count) == B_OK)
474 image_id image, const entry_ref* ref, ino_
473 AddTranslator(BTranslator* translator, image_id image, const entry_ref* ref, ino_t node) argument
498 RemoveTranslators(entry_ref& ref) argument
560 CreateTranslators(const entry_ref& ref, int32& count, BMessage* update) argument
850 GetRefFor(translator_id id, entry_ref& ref) argument
1083 _RemoveTranslators(const node_ref* nodeRef, const entry_ref* ref) argument
1117 entry_ref ref; local
1135 _EntryAdded(const entry_ref& ref) argument
1203 entry_ref ref; local
1332 IsTranslator(entry_ref* ref) argument
[all...]
/haiku/src/apps/expander/
H A DDirectoryFilePanel.cpp29 DirectoryRefFilter::Filter(const entry_ref* ref, BNode* node, argument
37 BEntry entry(ref, true);
120 entry_ref ref; local
121 GetPanelDirectory(&ref);
123 ref.name) != -1) {
/haiku/src/kits/mail/
H A Db_mail_message.cpp81 status_t BMailMessage::AddEnclosure(entry_ref *ref, bool /*clobber*/) argument
83 ((BEmailMessage *)(fFields))->Attach(ref);
94 entry_ref ref;
95 if ((status = entry.GetRef(&ref)) < B_OK)
98 ((BEmailMessage *)(fFields))->Attach(&ref);
/haiku/src/apps/diskprobe/
H A DOpenWindow.cpp100 entry_ref ref; local
101 if (message->FindRef("refs", 0, &ref) == B_OK) {
142 entry_ref ref; local
143 if (entry.GetRef(&ref) != B_OK)
151 message->AddRef("refs", &ref);
H A DAttributeWindow.cpp89 AttributeWindow::AttributeWindow(BRect _rect, entry_ref *ref, argument
91 : ProbeWindow(_rect, ref),
96 strlcpy(name, ref->name, sizeof(name));
98 BEntry entry(ref);
143 fProbeView = new ProbeView(ref, attribute, settings);
216 AttributeWindow::Contains(const entry_ref &ref, const char *attribute) argument
218 return ref == Ref() && attribute != NULL && !strcmp(attribute, fAttribute);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.h84 // navigating current ref
102 static void AppendToPlaylistRecursive(const entry_ref& ref,
104 static void AppendPlaylistToPlaylist(const entry_ref& ref,
106 static void AppendQueryToPlaylist(const entry_ref& ref,
120 const entry_ref& ref);
129 static BString _MIMEString(const entry_ref* ref);
/haiku/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/src/bin/filteredquery/
H A DFilteredQuery.cpp85 TFilteredQuery::GetNextRef(entry_ref *ref) argument
105 *ref = tmpRef;
120 entry_ref ref; local
121 status_t error = GetNextRef(&ref);
123 error = entry->SetTo(&ref, traverse);
/haiku/src/kits/storage/disk_device/
H A DDiskSystemAddOnManager.cpp293 entry_ref ref;
294 while (directory.GetNextRef(&ref) == B_OK) {
296 if (alreadyLoaded.find(ref.name) != alreadyLoaded.end()) {
297 TRACE(" skipping \"%s\" -- already loaded\n", ref.name);
303 error = entryPath.SetTo(&ref);
307 TRACE(" skipping \"%s\" -- failed to get path\n", ref.name);
314 TRACE(" skipping \"%s\" -- failed to load add-on\n", ref.name);
330 TRACE(" skipping \"%s\" -- function symbol not found\n", ref.name);
337 TRACE(" skipping \"%s\" -- getting add-ons failed\n", ref.name);
360 ref
[all...]
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp192 StyledEditApp::OpenDocument(entry_ref* ref, BMessage* message) argument
195 BEntry entry(ref, true);
196 entry.GetRef(ref);
227 if (document->IsDocumentEntryRef(ref)) {
238 document = new StyledEditWindow(sWindowRect, ref, fOpenAsEncoding);
266 entry_ref ref; local
268 while (message->FindRef("refs", index, &ref) == B_OK) {
291 OpenDocument(&ref, selection);
324 entry_ref ref; local
325 get_ref_for_path(path.Path(), &ref);
[all...]
/haiku/src/apps/mail/
H A DPeople.cpp75 Person::Person(const entry_ref& ref) argument
77 BNode node(&ref);
122 PersonList::EntryCreated(QueryList& source, const entry_ref& ref, ino_t node) argument
126 Person* person = new Person(ref);
128 fPersonMap.insert(std::make_pair(node_ref(ref.device, node), person));
164 GroupList::EntryCreated(QueryList& source, const entry_ref& ref, ino_t _node) argument
166 BNode node(&ref);
/haiku/src/kits/network/libnetservices/
H A DFileRequest.cpp118 node_ref ref; local
119 status_t error = node.GetNodeRef(&ref);
126 BDirectory directory(&ref);
172 node_ref ref; local
173 if (entry.GetNodeRef(&ref) == B_OK)
174 eplf << "i" << ref.device << "." << ref.node << ",";
/haiku/src/kits/media/
H A DPluginManager.cpp237 const entry_ref& ref = refs[i]; local
238 MediaPlugin* plugin = GetPlugin(ref);
301 entry_ref ref; local
303 &ref, format);
310 MediaPlugin* plugin = GetPlugin(ref);
344 entry_ref ref; local
345 status_t status = AddOnManager::GetInstance()->GetEncoder(&ref, mci.id);
349 MediaPlugin* plugin = GetPlugin(ref);
420 entry_ref ref; local
421 status_t ret = AddOnManager::GetInstance()->GetWriter(&ref,
480 entry_ref ref; local
522 entry_ref ref; local
598 entry_ref ref = refs[i]; local
690 GetPlugin(const entry_ref& ref) argument
759 _LoadPlugin(const entry_ref& ref, MediaPlugin** plugin, image_id* image) argument
[all...]
/haiku/src/servers/mail/
H A DDeskbarView.cpp136 bool DeskbarView::_EntryInTrash(const entry_ref* ref) argument
138 BEntry entry(ref);
139 BVolume volume(ref->device);
172 entry_ref ref; local
173 entry.GetRef(&ref);
174 if (!_EntryInTrash(&ref))
256 entry_ref ref; local
257 message->FindInt32("device", &ref.device);
258 message->FindInt64("directory", &ref.directory);
260 if (!_EntryInTrash(&ref)) {
284 entry_ref ref; local
354 entry_ref ref; local
459 entry_ref ref; local
606 _GetNewQueryRef(entry_ref& ref) argument
[all...]
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp107 ref(nodeRef),
113 ASSERT(ref);
189 if (ref->kind() & B_CONTROLLABLE) {
310 if (ref->kind() & B_BUFFER_CONSUMER)
313 ref->getFreeInputs(freeInputs);
319 if (ref->kind() & B_BUFFER_PRODUCER)
322 ref->getFreeOutputs(freeOutputs);
347 if (ref->kind() & B_BUFFER_CONSUMER)
350 ref->getFreeInputs(freeInputs);
358 if (ref
[all...]
/haiku/src/build/libroot/
H A Dfs_descriptors.cpp85 Descriptor::GetNodeRef(NodeRef &ref) argument
92 ref = NodeRef(st);
160 DirectoryDescriptor::DirectoryDescriptor(DIR *dir, const NodeRef &ref) argument
163 this->ref = ref;
199 clone = new DirectoryDescriptor(dupDir, ref);
225 DirectoryDescriptor::GetNodeRef(NodeRef &ref) argument
227 ref = this->ref;
432 AttrDirDescriptor::AttrDirDescriptor(DIR *dir, const NodeRef &ref) argument
475 GetNodeRef(NodeRef &ref) argument
[all...]

Completed in 102 milliseconds

1234567891011>>