Searched refs:GetEntry (Results 1 - 25 of 64) sorted by path

123

/haiku/headers/os/storage/
H A DDirectory.h37 status_t GetEntry(BEntry *entry) const;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualDir.cpp261 // GetEntry
263 VirtualDir::GetEntry(const char* name) const function in class:VirtualDir
275 if (VirtualDirEntry* entry = GetEntry(name))
H A DVirtualDir.h74 VirtualDirEntry* GetEntry(const char* name) const;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientVolume.cpp326 // GetEntry
328 ClientVolume::GetEntry(dev_t volumeID, ino_t dirID, const char* name) function in class:ClientVolume
333 Entry* entry = volumeManager->GetEntry(volumeID, dirID, name);
344 // GetEntry
346 ClientVolume::GetEntry(Directory* directory, const char* name) function in class:ClientVolume
351 return GetEntry(directory->GetVolumeID(), directory->GetID(), name);
H A DClientVolume.h71 Entry* GetEntry(dev_t volumeID, ino_t dirID,
73 Entry* GetEntry(Directory* directory,
H A DVolume.cpp252 || GetEntry(entry->GetDirectoryID(), entry->GetName())) {
263 if (entry && GetEntry(entry->GetDirectoryID(), entry->GetName()) == entry) {
271 // GetEntry
273 Volume::GetEntry(ino_t dirID, const char* name) function in class:Volume
H A DVolume.h32 Entry* GetEntry(ino_t dirID, const char* name);
H A DVolumeManager.h62 Entry* GetEntry(dev_t volumeID, ino_t directoryID,
64 Entry* GetEntry(const entry_ref& ref);
/haiku/src/apps/diskusage/
H A DScanner.cpp233 dir->GetEntry(&entry);
/haiku/src/apps/mail/
H A DWIndex.h96 virtual FileEntry* GetEntry(int32 index);
97 FileEntry* GetEntry(const char* word);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp1170 if ((err = fTempDir.GetEntry(&tempEnt)) < B_OK) {
/haiku/src/kits/package/
H A DDaemonClient.cpp191 _transactionDirectory.GetEntry(&entry);
H A DTempfileManager.cpp38 fBaseDirectory.GetEntry(&entry);
/haiku/src/kits/print/
H A DPrintAddOnServer.cpp168 status_t result = directory->GetEntry(&entry);
H A DPrinter.cpp124 directory.GetEntry(&entry);
/haiku/src/kits/storage/
H A DEntryOperationEngineBase.cpp144 error = fDirectory->GetEntry(&entry);
149 error = directory.GetEntry(&entry);
/haiku/src/kits/tracker/
H A DDirMenu.cpp124 parent.GetEntry(&entry);
132 desktopDir.GetEntry(&desktopEntry);
H A DFSUndoRedo.cpp255 target.GetEntry(&targetEntry);
316 target.GetEntry(&targetEntry);
H A DTemplatesMenu.cpp187 if (templatesDir.GetEntry(&entry) == B_OK)
H A DVirtualDirectoryManager.cpp578 VirtualDirectoryManager::GetEntry(const BStringList& directoryPaths, function in class:BPrivate::VirtualDirectoryManager
658 if (GetEntry(directoryPaths, childInfo->Path(), NULL, &st)
749 if (!GetEntry(rootDirectoryPaths, entryPath, &entryRef, &st))
H A DVirtualDirectoryManager.h71 static bool GetEntry(const BStringList& directoryPaths,
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp104 if (dir.GetEntry(&entry) == B_OK) {
/haiku/src/servers/package/
H A DRoot.cpp199 error = directory.GetEntry(&entry);
/haiku/src/servers/print/
H A DPrintServerApp.cpp438 if (printer.GetEntry(&entry) == B_OK)
/haiku/headers/build/os/storage/
H A DDirectory.h37 status_t GetEntry(BEntry *entry) const;

Completed in 150 milliseconds

123