Searched refs:SetEntry (Results 1 - 17 of 17) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DFDManager.h29 static status_t SetEntry(BEntry* entry, const entry_ref* ref);
30 static status_t SetEntry(BEntry* entry, const char* path);
H A DEntry.cpp100 return (FDManager::SetEntry(&bEntry, &entryRef) == B_OK && bEntry.Exists());
H A DFDManager.cpp101 // SetEntry
103 FDManager::SetEntry(BEntry* entry, const entry_ref* ref) function in class:FDManager
115 // SetEntry
117 FDManager::SetEntry(BEntry* entry, const char* path) function in class:FDManager
H A DVolumeManager.cpp601 status_t error = FDManager::SetEntry(&bEntry, &entryRef);
883 status_t error = FDManager::SetEntry(&bEntry, &entryRef);
1708 if (FDManager::SetEntry(&entry, &ref) == B_OK
H A DNetFSServer.cpp935 if (FDManager::SetEntry(&bEntry, filePath.Path()) != B_OK
1033 && (FDManager::SetEntry(&bEntry, settingsDir.Path()) != B_OK
H A DClientConnection.cpp3027 if (FDManager::SetEntry(&entry, &ref) != B_OK || !entry.Exists())
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerQueryIterator.h19 status_t SetEntry(const int32* shareVolumeIDs,
H A DServerQueryIterator.cpp36 // SetEntry
38 ServerQueryIterator::SetEntry(const int32* shareVolumeIDs, function in class:ServerQueryIterator
H A DServerVolume.cpp337 error = iterator->SetEntry(reply->clientVolumeIDs.GetElements(),
/haiku/headers/private/tracker/
H A DIconMenuItem.h93 virtual status_t SetEntry(const BEntry*);
/haiku/src/kits/tracker/
H A DDirMenu.cpp196 ThrowOnError(menu->SetEntry(&entry));
261 ThrowOnError(menu->SetEntry(entry));
H A DIconMenuItem.cpp118 ModelMenuItem::SetEntry(const BEntry* entry) function in class:ModelMenuItem
H A DFilePanelPriv.cpp1741 item->SetEntry(&entry);
H A DContainerWindow.cpp2175 fNavigationItem->SetEntry(&entry);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h234 status_t SetEntry(int slot, const btrfs_entry& entry, void* value);
H A DBTree.cpp400 BTree::Path::SetEntry(int slot, const btrfs_entry& entry, void* value) function in class:BTree::Path
720 path->SetEntry(slot + i, entries[i], data[i]);
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp574 navigationItem->SetEntry(&entry);

Completed in 227 milliseconds