Searched refs:GetEntry (Results 1 - 25 of 58) sorted by relevance

123

/haiku-fatelf/src/kits/package/
H A DTempfileManager.cpp38 fBaseDirectory.GetEntry(&entry);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.h32 Entry* GetEntry(ino_t dirID, const char* name);
H A DClientVolume.h71 Entry* GetEntry(dev_t volumeID, ino_t dirID,
73 Entry* GetEntry(Directory* directory,
H A DVolumeManager.h62 Entry* GetEntry(dev_t volumeID, ino_t directoryID,
64 Entry* GetEntry(const entry_ref& ref);
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 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 DVolumeManager.cpp698 // GetEntry
700 VolumeManager::GetEntry(dev_t volumeID, ino_t directoryID, const char* name) function in class:VolumeManager
703 return volume->GetEntry(directoryID, name);
707 // GetEntry
709 VolumeManager::GetEntry(const entry_ref& ref) function in class:VolumeManager
711 return GetEntry(ref.device, ref.directory, ref.name);
719 Entry* entry = GetEntry(volumeID, directoryID, name);
889 if (GetEntry(entryRef))
1128 entry = GetEntry(directory->GetVolumeID(), directory->GetID(),
1223 oldEntry = GetEntry(even
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DVolume.h32 Entry* GetEntry(ino_t dirID, const char* name);
H A DClientVolume.h71 Entry* GetEntry(dev_t volumeID, ino_t dirID,
73 Entry* GetEntry(Directory* directory,
H A DVolumeManager.h61 Entry* GetEntry(dev_t volumeID, ino_t directoryID,
63 Entry* GetEntry(const entry_ref& ref);
H A DClientVolume.cpp324 // GetEntry
326 ClientVolume::GetEntry(dev_t volumeID, ino_t dirID, const char* name) function in class:ClientVolume
331 Entry* entry = volumeManager->GetEntry(volumeID, dirID, name);
342 // GetEntry
344 ClientVolume::GetEntry(Directory* directory, const char* name) function in class:ClientVolume
349 return GetEntry(directory->GetVolumeID(), directory->GetID(), name);
H A DVolume.cpp251 || GetEntry(entry->GetDirectoryID(), entry->GetName())) {
262 if (entry && GetEntry(entry->GetDirectoryID(), entry->GetName()) == entry) {
270 // GetEntry
272 Volume::GetEntry(ino_t dirID, const char* name) function in class:Volume
H A DVolumeManager.cpp696 // GetEntry
698 VolumeManager::GetEntry(dev_t volumeID, ino_t directoryID, const char* name) function in class:VolumeManager
701 return volume->GetEntry(directoryID, name);
705 // GetEntry
707 VolumeManager::GetEntry(const entry_ref& ref) function in class:VolumeManager
709 return GetEntry(ref.device, ref.directory, ref.name);
717 Entry* entry = GetEntry(volumeID, directoryID, name);
885 if (GetEntry(entryRef))
1124 entry = GetEntry(directory->GetVolumeID(), directory->GetID(),
1219 oldEntry = GetEntry(even
[all...]
/haiku-fatelf/src/apps/mail/
H A DWIndex.h96 virtual FileEntry* GetEntry(int32 index);
97 FileEntry* GetEntry(const char* word);
H A DWIndex.cpp365 WIndex::GetEntry(int32 index) function in class:WIndex
401 WIndex::GetEntry(const char *word) function in class:WIndex
403 return GetEntry(FindFirst(word));
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DVirtualDir.h73 VirtualDirEntry* GetEntry(const char* name) const;
H A DVirtualDir.cpp258 // GetEntry
260 VirtualDir::GetEntry(const char* name) const function in class:VirtualDir
272 if (VirtualDirEntry* entry = GetEntry(name))
/haiku-fatelf/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-fatelf/src/kits/tracker/
H A DDirMenu.cpp121 parent.GetEntry(&entry);
127 desktopDir.GetEntry(&desktopEntry);
177 parent.GetEntry(&entry);
H A DTemplatesMenu.cpp182 if (templatesDir.GetEntry(&entry) == B_OK)
H A DNodeWalker.cpp304 return fTopDir->GetEntry(entry);
344 status_t err = fTopDir->GetEntry(&entry);
422 if (fTopDir->GetEntry(&entry) < B_OK)
H A DFSUndoRedo.cpp220 target.GetEntry(&targetEntry);
281 target.GetEntry(&targetEntry);
/haiku-fatelf/headers/build/os/storage/
H A DDirectory.h50 status_t GetEntry(BEntry *entry) const;
/haiku-fatelf/headers/os/storage/
H A DDirectory.h37 status_t GetEntry(BEntry *entry) const;

Completed in 164 milliseconds

123