Searched refs:bEntry (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DEntry.cpp99 BEntry bEntry; local
100 return (FDManager::SetEntry(&bEntry, &entryRef) == B_OK && bEntry.Exists());
H A DNetFSServer.cpp934 BEntry bEntry; local
935 if (FDManager::SetEntry(&bEntry, filePath.Path()) != B_OK
936 || !bEntry.Exists()) {
1031 BEntry bEntry; local
1033 && (FDManager::SetEntry(&bEntry, settingsDir.Path()) != B_OK
1034 || !bEntry.Exists())) {
H A DVolumeManager.cpp600 BEntry bEntry; local
601 status_t error = FDManager::SetEntry(&bEntry, &entryRef);
603 error = bEntry.GetStat(&st);
881 BEntry bEntry;
883 status_t error = FDManager::SetEntry(&bEntry, &entryRef);
885 error = bEntry.GetRef(&entryRef);

Completed in 112 milliseconds