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

123

/haiku/src/kits/package/
H A DTempfileManager.cpp38 fBaseDirectory.GetEntry(&entry);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
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);
H A DClientVolume.h71 Entry* GetEntry(dev_t volumeID, ino_t dirID,
73 Entry* GetEntry(Directory* directory,
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);
890 if (GetEntry(entryRef))
1129 entry = GetEntry(directory->GetVolumeID(), directory->GetID(),
1224 oldEntry = GetEntry(even
[all...]
/haiku/src/apps/haikudepot/tar/
H A DTarArchiveService.h28 static status_t GetEntry(BPositionIO& tarIo,
H A DTarArchiveService.cpp34 TarArchiveService::GetEntry(BPositionIO& tarIo, TarArchiveHeader& header) function in class:TarArchiveService
/haiku/src/apps/mail/
H A DWIndex.h96 virtual FileEntry* GetEntry(int32 index);
97 FileEntry* GetEntry(const char* word);
H A DWIndex.cpp371 WIndex::GetEntry(int32 index) function in class:WIndex
407 WIndex::GetEntry(const char *word) function in class:WIndex
409 return GetEntry(FindFirst(word));
/haiku/src/tests/apps/haikudepot/
H A DTarArchiveServiceTest.cpp48 status_t result = TarArchiveService::GetEntry(*tarFile, header);
/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/kits/storage/
H A DEntryOperationEngineBase.cpp144 error = fDirectory->GetEntry(&entry);
149 error = directory.GetEntry(&entry);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectoryEntryTable.h61 Entry *GetEntry(ino_t id, const char *name);
144 // GetEntry
146 DirectoryEntryTable::GetEntry(ino_t id, const char *name) function in class:DirectoryEntryTable
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.h71 static bool GetEntry(const BStringList& directoryPaths,
H A DTemplatesMenu.cpp187 if (templatesDir.GetEntry(&entry) == B_OK)
H A DDirMenu.cpp124 parent.GetEntry(&entry);
132 desktopDir.GetEntry(&desktopEntry);
H A DNodeWalker.cpp325 return fTopDir->GetEntry(entry);
367 status_t err = fTopDir->GetEntry(&entry);
451 if (fTopDir->GetEntry(&entry) < B_OK)
H A DFSUndoRedo.cpp255 target.GetEntry(&targetEntry);
316 target.GetEntry(&targetEntry);
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))
/haiku/headers/os/storage/
H A DDirectory.h37 status_t GetEntry(BEntry *entry) const;
/haiku/headers/build/os/storage/
H A DDirectory.h37 status_t GetEntry(BEntry *entry) const;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h232 status_t GetEntry(int slot, btrfs_key* _key, void** _value,
306 //! Like GetEntry in BTree::Path but checks type and moving
327 return GetEntry(fSlots[0], _key, _value, _size, _offset);

Completed in 173 milliseconds

123