Searched refs:Entry (Results 176 - 200 of 575) sorted by path

1234567891011>>

/haiku/src/bin/locale/
H A Dlinkcatkeys.cpp10 #include <Entry.h>
/haiku/src/bin/media_client/
H A DMediaPlay.cpp10 #include <Entry.h>
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp14 #include <Entry.h>
/haiku/src/bin/package/
H A Dcommand_add.cpp16 #include <Entry.h>
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...]
H A Dcommand_info.cpp11 #include <Entry.h>
H A Dcommand_list.cpp15 #include <Entry.h>
/haiku/src/bin/package_repo/
H A Dcommand_create.cpp14 #include <Entry.h>
H A Dcommand_update.cpp16 #include <Entry.h>
/haiku/src/bin/pkgman/
H A Dcommand_refresh.cpp98 repoConfig.Entry().GetPath(&path);
/haiku/src/bin/
H A Dquery.cpp16 #include <Entry.h>
H A Droster.cpp13 #include <Entry.h>
H A Dtranslate.cpp16 #include <Entry.h>
H A Dtrash.cpp15 #include <storage/Entry.h>
/haiku/src/bin/rc/
H A Dcompile.cpp23 #include <Entry.h>
/haiku/src/build/libbe/storage/
H A DEntry.cpp11 \file Entry.cpp
15 #include <Entry.h>
341 /*! \brief Returns true if the Entry exists in the filesytem, false otherwise.
858 /*! Sets the Entry to point to the entry specified by the path \a path relative
H A DFile.cpp14 #include <Entry.h>
/haiku/src/kits/app/
H A DApplication.cpp26 #include <Entry.h>
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp15 #include <Entry.h>
/haiku/src/kits/debugger/debug_info/loading_state_handlers/
H A DDwarfLoadingStateHandler.cpp11 #include <Entry.h>
/haiku/src/kits/debugger/elf/
H A DCoreFile.cpp478 typedef typename ElfClass::NoteAreaEntry Entry; typedef
501 Entry entry = {};
558 typedef typename ElfClass::NoteImageEntry Entry; typedef
581 Entry entry = {};
707 typedef typename ElfClass::NoteThreadEntry Entry; typedef
734 Entry entry = {};
830 template<typename Entry>
832 CoreFile::_ReadEntry(const void*& data, uint32& dataSize, Entry& entry,
H A DCoreFile.h242 template<typename Entry>
244 Entry& entry, size_t entrySize);
/haiku/src/kits/debugger/jobs/
H A DJobs.h9 #include <Entry.h>
/haiku/src/kits/device/
H A DUSBRoster.cpp11 #include <Entry.h>
/haiku/src/kits/game/
H A DSimpleGameSound.cpp12 #include <Entry.h>

Completed in 143 milliseconds

1234567891011>>