SetEntry
virtual status_t SetEntry(const BEntry*);
path->SetEntry(slot + i, entries[i], data[i]);
status_t SetEntry(int slot, const btrfs_entry& entry, void* value);
status_t SetEntry(const int32* shareVolumeIDs,
error = iterator->SetEntry(reply->clientVolumeIDs.GetElements(),
if (FDManager::SetEntry(&entry, &ref) != B_OK || !entry.Exists())
return (FDManager::SetEntry(&bEntry, &entryRef) == B_OK && bEntry.Exists());
static status_t SetEntry(BEntry* entry, const entry_ref* ref);
static status_t SetEntry(BEntry* entry, const char* path);
&& (FDManager::SetEntry(&bEntry, settingsDir.Path()) != B_OK
if (FDManager::SetEntry(&bEntry, filePath.Path()) != B_OK
if (FDManager::SetEntry(&entry, &ref) == B_OK
status_t error = FDManager::SetEntry(&bEntry, &entryRef);
status_t error = FDManager::SetEntry(&bEntry, &entryRef);
fNavigationItem->SetEntry(&entry);
ThrowOnError(menu->SetEntry(&entry));
ThrowOnError(menu->SetEntry(entry));
item->SetEntry(&entry);
navigationItem->SetEntry(&entry);