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

123

/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp523 dir.GetEntry(&dirEntry);
524 trashDir.GetEntry(&trashEntry);
/haiku/src/kits/print/
H A DPrintAddOnServer.cpp168 status_t result = directory->GetEntry(&entry);
H A DPrinter.cpp124 directory.GetEntry(&entry);
/haiku/src/kits/package/
H A DDaemonClient.cpp191 _transactionDirectory.GetEntry(&entry);
/haiku/src/kits/tracker/
H A DModel.h122 void GetEntry(BEntry*) const;
H A DFilePanel.cpp334 if (dir && (dir->GetEntry(&entry) == B_OK))
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 DVirtualDirectoryPoseView.cpp487 return VirtualDirectoryManager::GetEntry(fDirectoryPaths, name, &_ref, _st);
H A DUtilities.h490 dir->GetEntry(&entry);
H A DFilePanelPriv.cpp243 root.GetEntry(&entry);
436 root.GetEntry(&entry);
1463 && dir.GetEntry(&parentEntry) == B_OK
1522 desktopDir.GetEntry(&entry);
/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.cpp311 status_t result = TarArchiveService::GetEntry(*fTarIo, header);
/haiku/src/tests/kits/storage/
H A DDirectoryTest.cpp32 suite->addTest( new TC("BDirectory::GetEntry Test",
568 CPPUNIT_ASSERT( dir.GetEntry(&entry) == B_NO_INIT );
575 CPPUNIT_ASSERT( dir.GetEntry(&entry) == B_OK );
585 CPPUNIT_ASSERT( dir.GetEntry((BEntry *)NULL) == B_BAD_VALUE );
593 CPPUNIT_ASSERT( dir.GetEntry(&entry) == B_NO_INIT );
1388 CPPUNIT_ASSERT( subdir.GetEntry(&entry) == B_OK );
1454 CPPUNIT_ASSERT( subdir.GetEntry(&entry) == B_OK );
1516 CPPUNIT_ASSERT( subdir.GetEntry(&entry) == B_OK );
1579 CPPUNIT_ASSERT( subdir.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/servers/package/
H A DRoot.cpp199 error = directory.GetEntry(&entry);
H A DVolume.cpp115 && directory.GetEntry(&entry) == B_OK) {
217 error = directory.GetEntry(&entry);
817 _transactionDirectory.GetEntry(&entry);
/haiku/src/apps/diskusage/
H A DScanner.cpp233 dir->GetEntry(&entry);
/haiku/src/kits/storage/
H A DPath.cpp211 error = dir->GetEntry(&entry);
H A DDirectory.cpp224 BDirectory::GetEntry(BEntry* entry) const function in class:BDirectory
/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);
/haiku/src/servers/print/
H A DPrintServerApp.cpp438 if (printer.GetEntry(&entry) == B_OK)
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp104 if (dir.GetEntry(&entry) == B_OK) {
/haiku/src/apps/mail/
H A DWords.cpp749 entry = GetEntry(index);
/haiku/src/build/libbe/storage/
H A DDirectory.cpp217 BDirectory::GetEntry(BEntry* entry) const function in class:BDirectory
/haiku/src/apps/people/
H A DPersonWindow.cpp388 && dir.GetEntry(&entry) == B_OK)) {

Completed in 120 milliseconds

123