Searched refs:Entry (Results 51 - 75 of 575) sorted by relevance

1234567891011>>

/haiku/src/preferences/datatranslations/
H A DDataTranslations.h16 #include <Entry.h>
/haiku/headers/private/package/
H A DTempfileManager.h10 #include <Entry.h>
H A DActivateRepositoryCacheJob.h10 #include <Entry.h>
H A DActivateRepositoryConfigJob.h10 #include <Entry.h>
H A DValidateChecksumJob.h10 #include <Entry.h>
/haiku/src/preferences/keymap/
H A DKeymapApplication.h18 #include <Entry.h>
/haiku/src/apps/text_search/
H A DGrepListView.h8 #include <Entry.h>
/haiku/src/apps/diskprobe/
H A DProbeWindow.h10 #include <Entry.h>
/haiku/src/bin/package/
H A Dcommand_extract.cpp163 struct Entry { struct
164 Entry(Entry* parent, char* name, bool implicit) function in struct:Entry
173 ~Entry()
185 static status_t Create(Entry* parent, const char* name, bool implicit,
186 Entry*& _entry)
189 Entry* entryInParent = parent->FindChild(name);
200 Entry* entry = new(std::nothrow) Entry(parent, clonedName, implicit);
219 Entry* Paren
[all...]
/haiku/src/kits/package/
H A DRemoveRepositoryJob.cpp12 #include <Entry.h>
61 BEntry repoConfigEntry = repoConfig.Entry();
67 BEntry repoCacheEntry = repoCache.Entry();
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageSettings.cpp36 Entry* entry = fEntries.Clear(true);
38 Entry* next = entry->HashNext();
76 PackageSettingsItem::AddEntry(Entry* entry)
83 PackageSettingsItem::AddEntry(const char* path, Entry*& _entry)
85 Entry* parent = NULL;
101 Entry* entry = FindEntry(parent, name);
103 entry = new(std::nothrow) Entry(parent, name);
121 PackageSettingsItem::Entry*
122 PackageSettingsItem::FindEntry(Entry* parent, const String& name) const
128 PackageSettingsItem::Entry*
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNode.cpp13 #include "Entry.h"
67 Node::AddReferringEntry(Entry* entry)
76 Node::RemoveReferringEntry(Entry* entry)
83 Entry*
90 Entry*
91 Node::GetNextReferringEntry(Entry* entry) const
97 Entry*
108 Entry*
111 for (Entry* entry = GetFirstReferringEntry();
123 Entry*
[all...]
H A DEntryRef.h6 #include <Entry.h>
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.cpp23 typedef ::Node Entry; typedef in struct:Query::QueryPolicy
49 // Entry interface
51 static ino_t EntryGetParentID(Entry* entry)
56 static Node* EntryGetNode(Entry* entry)
61 static ino_t EntryGetNodeID(Entry* entry)
66 static ssize_t EntryGetName(Entry* entry, void* buffer, size_t bufferSize)
77 static const char* EntryGetNameNoCopy(Entry* entry, void* buffer,
146 void* value, size_t* _valueLength, size_t bufferSize, Entry** _entry)
204 static Entry* NodeGetFirstReferrer(Node* node)
209 static Entry* NodeGetNextReferre
[all...]
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp61 TransactionIssueBuilder& SetPath1(const FSUtils::Entry& entry)
72 TransactionIssueBuilder& SetPath2(const FSUtils::Entry& entry)
351 FSUtils::Entry(fVolume->PackagesDirectoryRef(),
398 FSUtils::Entry(
488 FSUtils::Entry(fVolume->PackagesDirectoryRef(),
504 &fFSTransaction, FSUtils::Entry(adminDirectory, directoryName));
522 FSUtils::Entry(adminDirectory, directoryName),
580 _GetPath(FSUtils::Entry(entryRef), package->FileName()))
582 FSUtils::Entry(fOldStateDirectory),
661 _GetPath(FSUtils::Entry(entryRe
[all...]
/haiku/src/apps/mediaconverter/
H A DMediaFileListView.h9 #include <Entry.h>
/haiku/src/apps/soundrecorder/
H A DSoundListView.h30 BEntry & Entry() { return fEntry; } function in class:SoundListItem
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliDebugReportCommand.cpp9 #include <Entry.h>
H A DCliWriteCoreFileCommand.cpp9 #include <Entry.h>
/haiku/headers/os/package/
H A DDownloadFileRequest.h9 #include <Entry.h>
H A DRefreshRepositoryRequest.h9 #include <Entry.h>
/haiku/src/servers/media_addon/
H A DMediaFilePlayer.h9 #include <Entry.h>
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DVolume.h31 #include "Entry.h"
41 class Entry;
78 inline EntryListenerValue(EntryListener *listener, Entry *entry,
86 Entry *entry;
129 status_t EntryAdded(ino_t id, Entry *entry);
130 status_t EntryRemoved(ino_t id, Entry *entry);
131 status_t FindEntry(ino_t id, const char *name, Entry **entry);
132 status_t AddEntryListener(EntryListener *listener, Entry *entry,
134 status_t RemoveEntryListener(EntryListener *listener, Entry *entry);
151 void UpdateLiveQueries(Entry *entr
[all...]
/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerApplication.h16 #include <Entry.h>
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp59 class Entry : public DoublyLinkedListLinkImpl<Entry> { class in namespace:TarFS
61 Entry(const char* name);
62 virtual ~Entry() {}
74 typedef DoublyLinkedList<TarFS::Entry> EntryList;
78 class File : public ::Node, public Entry {
103 class Directory : public ::Directory, public Entry {
114 virtual TarFS::Entry* LookupEntry(const char* name);
140 class Symlink : public ::Node, public Entry {
241 TarFS::Entry function in class:TarFS::Entry
[all...]

Completed in 148 milliseconds

1234567891011>>