Searched refs:eref (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/locale/
H A Dlinkcatkeys.cpp145 entry_ref eref; local
146 entry.GetRef(&eref);
147 res = targetCatalog.WriteToAttribute(eref);
158 entry_ref eref; local
159 entry.GetRef(&eref);
160 res = targetCatalog.WriteToResource(eref);
/haiku/src/tools/locale/
H A Dlinkcatkeys.cpp129 entry_ref eref; local
130 res = entry.GetRef(&eref);
132 res = targetCatImpl.WriteToAttribute(eref);
143 entry_ref eref; local
144 res = entry.GetRef(&eref);
146 res = targetCatImpl.WriteToResource(eref);
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp319 ShortcutsWindow::_GetSettingsFile(entry_ref* eref) argument
327 entry.GetRef(eref);
383 ShortcutsWindow::_GetWindowSettingsFile(entry_ref* eref) argument
391 return BEntry(path.Path(), true).GetRef(eref) == B_OK;
494 entry_ref eref; local
495 _GetSettingsFile(&eref);
496 reload.AddRef("refs", &eref);
568 entry_ref eref; local
569 _GetSettingsFile(&eref);
570 if (ref == eref) fKeySetModifie
[all...]
/haiku/src/kits/locale/
H A DLocaleRosterData.cpp360 entry_ref eref; local
373 eref.device = dent->d_pdev;
374 eref.directory = dent->d_pino;
375 eref.set_name(dent->d_name);
376 entry.SetTo(&eref, true);
/haiku/src/kits/tracker/
H A DPoseView.cpp5577 entry_ref eref; local
5579 entry.GetRef(&eref);
5580 if (eref.directory != TargetModel()->NodeRef()->node)

Completed in 82 milliseconds