Searched refs:Entry (Results 76 - 100 of 575) sorted by relevance

1234567891011>>

/haiku/src/servers/package/
H A DFSUtils.cpp76 FSUtils::CompareFileContent(const Entry& entry1, const Entry& entry2,
156 FSUtils::CompareSymLinks(const Entry& entry1, const Entry& entry2, bool& _equal)
192 FSUtils::ExtractPackageContent(const Entry& packageEntry,
193 const char* contentPath, const Entry& targetDirectoryEntry)
228 FSUtils::_OpenFile(const Entry& entry, BFile& file)
241 FSUtils::_OpenSymLink(const Entry& entry, BSymLink& symLink)
H A DFSTransaction.cpp9 #include <Entry.h>
79 Entry(fFromPath.c_str()));
165 FSTransaction::CreateEntry(const Entry& entry, int32 modifiedOperation)
175 FSTransaction::RemoveEntry(const Entry& entry, const Entry& backupEntry,
186 FSTransaction::MoveEntry(const Entry& fromEntry, const Entry& toEntry,
219 FSTransaction::_GetPath(const Entry& entry)
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DTimeComputer.cpp79 Entry& entry = fEntries[fFirstEntry];
89 Entry& entry = fEntries[fLastEntry];
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNode.cpp118 Node::Link(Entry *entry)
132 Node::Unlink(Entry *entry)
329 Entry *
336 Entry *
343 Entry *
344 Node::GetPreviousReferrer(Entry *entry) const
350 Entry *
351 Node::GetNextReferrer(Entry *entry) const
H A DSizeIndex.cpp8 #include "Entry.h"
83 virtual Entry *GetCurrent();
84 virtual Entry *GetCurrent(uint8 *buffer, size_t *keyLength);
92 virtual void EntryRemoved(Entry *entry);
253 Entry *
260 Entry *
263 Entry *entry = GetCurrent();
358 SizeIndex::Iterator::EntryRemoved(Entry */*entry*/)
H A DLastModifiedIndex.cpp9 #include "Entry.h"
84 virtual Entry *GetCurrent();
85 virtual Entry *GetCurrent(uint8 *buffer, size_t *keyLength);
94 virtual void EntryRemoved(Entry *entry);
254 Entry *
261 Entry *
264 Entry *entry = GetCurrent();
360 LastModifiedIndex::Iterator::EntryRemoved(Entry */*entry*/)
/haiku/src/servers/app/font/
H A DGlyphLayoutEngine.h124 ASSERT(fallback->Entry() != NULL);
125 ASSERT(fallback->Entry() != fCacheEntry);
138 if (fallback->Entry() < fCacheEntry) {
156 inline FontCacheEntry* Entry() const function in class:FontCacheReference
271 entry = _cacheReference->Entry();
330 if (pCacheReference->Entry() == NULL)
380 FontCacheEntry* entry = cacheReference.Entry();
395 return entry->CreateGlyph(charCode, fallbackReference->Entry());
396 if (cacheReference.Entry() == NULL)
477 FontCacheEntry* fallbackEntry = fallbackReference->Entry();
[all...]
/haiku/src/kits/storage/
H A DPathMonitor.cpp19 #include <Entry.h>
263 // #pragma mark - Entry
266 class Entry : public SinglyLinkedListLinkImpl<Entry> { class in namespace:__anon3
268 Entry(Directory* parent, const BString& name, ::Node* node) function in class:__anon3::Entry
298 Entry*& HashNext()
307 Entry* fHashNext;
310 typedef SinglyLinkedList<Entry> EntryList;
318 typedef Entry ValueType;
325 size_t Hash(Entry* valu
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.cpp14 #include "Entry.h"
36 EntryKey(Entry* entry)
84 struct Volume::EntryMap : HashMap<EntryKey, Entry*> {
104 Entry* entry = it.Next().value;
249 Volume::AddEntry(Entry* entry)
261 Volume::RemoveEntry(Entry* entry)
272 Entry*
279 Entry*
/haiku/headers/tools/elfsymbolpatcher/
H A DElfSymbolPatcher.h65 class Entry;
74 Entry* EntryAt(int32 index);
75 Entry* EntryFor(image_id image);
/haiku/headers/os/midi/
H A DSamples.h6 #include <Entry.h>
/haiku/headers/private/device/
H A DJoystickTweaker.h11 #include <Entry.h>
/haiku/headers/private/shared/
H A DTrackerAddOnAppLaunch.h10 #include <Entry.h>
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DTunerLocale.h13 #include <Entry.h>
/haiku/src/add-ons/print/drivers/postscript/
H A DPSEntry.cpp9 #include <Entry.h>
/haiku/src/apps/diskusage/
H A DSnapshot.h16 #include <Entry.h>
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.h11 #include <Entry.h>
/haiku/src/apps/resedit/
H A DApp.cpp11 #include <Entry.h>
/haiku/src/apps/tv/
H A DController.h28 #include <Entry.h>
H A DMainApp.cpp26 #include <Entry.h>
/haiku/src/bin/desklink/
H A DDeskButton.h14 #include <Entry.h>
/haiku/src/tests/kits/game/file_game_sound_test/
H A DFileSoundWindow.h14 #include <Entry.h>
/haiku/headers/private/package/
H A DChecksumAccessors.h9 #include <Entry.h>
/haiku/headers/private/storage/
H A DRemoveEngine.h31 status_t RemoveEntry(const Entry& entry);
/haiku/src/kits/storage/mime/
H A DMimeEntryProcessor.cpp13 #include <Entry.h>

Completed in 124 milliseconds

1234567891011>>