GetEntry
status_t GetEntry(BEntry *entry) const;
status_t GetEntry(BEntry *entry) const;
path->GetEntry(slot - 1, NULL, NULL, NULL, &upperLimit);
path->GetEntry(slot + i, NULL, &_data[i], &itemSize);
status_t GetEntry(int slot, btrfs_key* _key, void** _value,
return GetEntry(fSlots[0], _key, _value, _size, _offset);
if (VirtualDirEntry* entry = GetEntry(name))
VirtualDirEntry* GetEntry(const char* name) const;
entry = volumeManager->GetEntry(directory->GetVolumeID(),
Entry* entry = volumeManager->GetEntry(volumeID, dirID, name);
return GetEntry(directory->GetVolumeID(), directory->GetID(), name);
Entry* GetEntry(dev_t volumeID, ino_t dirID,
Entry* GetEntry(Directory* directory,
|| GetEntry(entry->GetDirectoryID(), entry->GetName())) {
if (entry && GetEntry(entry->GetDirectoryID(), entry->GetName()) == entry) {
Entry* GetEntry(ino_t dirID, const char* name);
entry = GetEntry(directory->GetVolumeID(), directory->GetID(),
oldEntry = GetEntry(event->volumeID, event->fromDirectoryID,
return volume->GetEntry(directoryID, name);
return GetEntry(ref.device, ref.directory, ref.name);
Entry* entry = GetEntry(volumeID, directoryID, name);
if (GetEntry(entryRef))
Entry* GetEntry(dev_t volumeID, ino_t directoryID,
Entry* GetEntry(const entry_ref& ref);
Entry *GetEntry(ino_t id, const char *name);
*entry = fDirectoryEntryTable->GetEntry(id, name);
dir->GetEntry(&entry);
status_t result = TarArchiveService::GetEntry(*fTarIo, header);
static status_t GetEntry(BPositionIO& tarIo,
return GetEntry(FindFirst(word));
virtual FileEntry* GetEntry(int32 index);
FileEntry* GetEntry(const char* word);
entry = GetEntry(index);
directory.GetEntry(&directoryEntry);
fOutputDir.GetEntry(&entry);
&& dir.GetEntry(&entry) == B_OK)) {
if ((err = fTempDir.GetEntry(&tempEnt)) < B_OK) {
_transactionDirectory.GetEntry(&entry);
fBaseDirectory.GetEntry(&entry);
.GetEntry(&transactionDirectoryEntry)) != B_OK
status_t result = directory->GetEntry(&entry);
directory.GetEntry(&entry);
error = fDirectory->GetEntry(&entry);
error = directory.GetEntry(&entry);
error = dir->GetEntry(&entry);
if (directory.InitCheck() == B_OK && directory.GetEntry(&entry) == B_OK
&& directory.GetEntry(&entry) == B_OK
&& directory.GetEntry(&entry) == B_OK
model.GetEntry(&entry);
TargetModel()->GetEntry(&entry);
deskDir.GetEntry(&entry);
if (trashDir.GetEntry(&entry) != B_OK)
parent.GetEntry(&entry);
desktopDir.GetEntry(&desktopEntry);
model->GetEntry(&entry);
model->GetEntry(&entry);
target.GetEntry(&targetEntry);
target.GetEntry(&targetEntry);
destDir.GetEntry(&entry);
destDir->GetEntry(&target);
destDir->GetEntry(&destEntry);
trashDir.GetEntry(&trashEntry);
destDir->GetEntry(&destEntry);
trashDirectory.GetEntry(&entry);
trashDirectory.GetEntry(&entry);
newDir.GetEntry(&entry);
|| (error = parent.GetEntry(&parentEntry)) != B_OK
if (dir && (dir->GetEntry(&entry) == B_OK))
if (FSGetDeskDir(&desktopDir) != B_OK || desktopDir.GetEntry(&parentEntry) != B_OK)
desktopDir.GetEntry(&entry);
root.GetEntry(&entry);
root.GetEntry(&entry);
root.GetEntry(&entry);
void GetEntry(BEntry*) const;
|| volume.GetRootDirectory(&root) != B_OK || root.GetEntry(&entry) != B_OK) {
startDir.GetEntry(&entry);
return fTopDir->GetEntry(entry);
status_t err = fTopDir->GetEntry(&entry);
if (fTopDir->GetEntry(&entry) < B_OK)
&& trashDir.GetEntry(&entry) == B_OK) {
root.GetEntry(&entry);
model->GetEntry(&entry);
&& trashDir.GetEntry(&entry) == B_OK) {
if (templatesDir.GetEntry(&entry) == B_OK)
if (templatesDir.GetEntry(&entry) == B_OK)
if (trashDir.GetEntry(&entry) == B_OK) {
dir->GetEntry(&entry);
if (GetEntry(directoryPaths, childInfo->Path(), NULL, &st)
if (!GetEntry(rootDirectoryPaths, entryPath, &entryRef, &st))
static bool GetEntry(const BStringList& directoryPaths,
return VirtualDirectoryManager::GetEntry(fDirectoryPaths, name, &_ref, _st);
dir.GetEntry(&dirEntry);
trashDir.GetEntry(&trashEntry);
if (dir.GetEntry(&entry) == B_OK) {
error = transactionDir.GetEntry(&transactionDirEntry);
transactionDir.GetEntry(&transactionEntry) == B_OK &&
error = directory.GetEntry(&entry);
&& directory.GetEntry(&entry) == B_OK) {
error = directory.GetEntry(&entry);
_transactionDirectory.GetEntry(&entry);
if (printer.GetEntry(&entry) == B_OK)
status_t result = TarArchiveService::GetEntry(*tarFile, header);
CPPUNIT_ASSERT( subdir.GetEntry(&entry) == B_OK );
CPPUNIT_ASSERT( subdir.GetEntry(&entry) == B_OK );
CPPUNIT_ASSERT( subdir.GetEntry(&entry) == B_OK );
CPPUNIT_ASSERT( subdir.GetEntry(&entry) == B_OK );
CPPUNIT_ASSERT( dir.GetEntry(&entry) == B_NO_INIT );
CPPUNIT_ASSERT( dir.GetEntry(&entry) == B_OK );
CPPUNIT_ASSERT( dir.GetEntry((BEntry *)NULL) == B_BAD_VALUE );
CPPUNIT_ASSERT( dir.GetEntry(&entry) == B_NO_INIT );
CPPUNIT_ASSERT( parentDir.GetEntry(&parentEntry) == B_OK );