Searched refs:GetEntry (Results 26 - 50 of 64) sorted by path

123

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp370 BTree::Path::GetEntry(int slot, btrfs_key* _key, void** _value, uint32* _size, function in class:BTree::Path
711 path->GetEntry(slot - 1, NULL, NULL, NULL, &upperLimit);
743 path->GetEntry(slot + i, NULL, &_data[i], &itemSize);
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);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp813 entry = volumeManager->GetEntry(directory->GetVolumeID(),
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/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
H A DVolume.cpp562 *entry = fDirectoryEntryTable->GetEntry(id, name);
/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.cpp311 status_t result = TarArchiveService::GetEntry(*fTarIo, header);
/haiku/src/apps/haikudepot/tar/
H A DTarArchiveService.cpp34 TarArchiveService::GetEntry(BPositionIO& tarIo, TarArchiveHeader& header) function in class:TarArchiveService
H A DTarArchiveService.h28 static status_t GetEntry(BPositionIO& tarIo,
/haiku/src/apps/mail/
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));
H A DWords.cpp749 entry = GetEntry(index);
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp210 directory.GetEntry(&directoryEntry);
H A DMediaConverterWindow.cpp892 fOutputDir.GetEntry(&entry);
/haiku/src/apps/people/
H A DPersonWindow.cpp388 && dir.GetEntry(&entry) == B_OK)) {
/haiku/src/bin/debug/strace/
H A DNetworkTypes.cpp536 const socket_option_info *GetEntry(int level, int option) const
556 kSocketOptionsMap.GetEntry(args->level, args->option);
/haiku/src/build/libbe/storage/
H A DDirectory.cpp217 BDirectory::GetEntry(BEntry* entry) const function in class:BDirectory
/haiku/src/kits/package/manager/
H A DPackageManager.cpp684 .GetEntry(&transactionDirectoryEntry)) != B_OK
/haiku/src/kits/storage/
H A DDirectory.cpp224 BDirectory::GetEntry(BEntry* entry) const function in class:BDirectory
H A DPath.cpp211 error = dir->GetEntry(&entry);
/haiku/src/kits/tracker/
H A DContainerWindow.cpp2344 if (directory.InitCheck() == B_OK && directory.GetEntry(&entry) == B_OK
2366 && directory.GetEntry(&entry) == B_OK
2382 && directory.GetEntry(&entry) == B_OK
2570 model.GetEntry(&entry);
3108 && parent.GetEntry(&entry) == B_OK
4137 TargetModel()->GetEntry(&entry);
H A DFSClipboard.cpp236 model->GetEntry(&entry);
499 model->GetEntry(&entry);
H A DFSUtils.cpp1051 destDir.GetEntry(&entry);
1355 destDir->GetEntry(&target);
1812 destDir -> GetEntry(&destEntry);
2093 trash_dir.GetEntry(&trashEntry);
2250 destDir->GetEntry(&destEntry);
2997 trashDirectory.GetEntry(&entry);
3026 trashDirectory.GetEntry(&entry);
3267 newDir.GetEntry(&entry);
3364 || (error = parent.GetEntry(&parentEntry)) != B_OK
H A DFilePanel.cpp334 if (dir && (dir->GetEntry(&entry) == B_OK))
H A DFilePanelPriv.cpp243 root.GetEntry(&entry);
436 root.GetEntry(&entry);
1463 && dir.GetEntry(&parentEntry) == B_OK
1522 desktopDir.GetEntry(&entry);
H A DFindPanel.cpp1937 root.GetEntry(&entry);

Completed in 394 milliseconds

123