Searched refs:GetName (Results 1 - 25 of 325) sorted by last modified time

1234567891011>>

/haiku/src/kits/tracker/
H A DFSUtils.cpp1272 srcFile->GetName(destName);
2069 volume.GetName(name);
H A DContainerWindow.cpp4145 entry.GetName(name);
H A DTracker.cpp765 if (entry.GetName(name) != B_OK)
H A DOpenWithWindow.cpp1120 && volume1.GetName(volumeName1) == B_OK
1121 && volume2.GetName(volumeName2) == B_OK) {
1233 && volume.GetName(volumeName) == B_OK
1234 && nextVol.GetName(nextVolName) == B_OK
1262 if (volume.GetName(volumeName) == B_OK)
H A DFindPanel.cpp2421 volume.GetName(name);
H A DNavMenu.cpp531 if (entry.GetName(name) == B_OK && name[0] == '.')
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp148 strncpy(info->volume_name, volume->GetName(),
1081 *entryName = entry->GetName();
1426 const char *name = attribute->GetName();
1484 inline const char* GetName() const { return fName.GetString(); } function in class:AttributeCookie
1686 error = node->FindAttribute(cookie->GetName(), &attribute);
1714 const char *name = cookie->GetName();
1718 // node->GetName(), name));
1728 error = node->FindAttribute(cookie->GetName(), &attribute);
1766 error = node->FindAttribute(cookie->GetName(), &attribute);
1900 const char *name = index->GetName();
[all...]
H A DQuery.cpp148 const char* name = entry->GetName();
160 return entry->GetName();
/haiku/src/tests/kits/locale/
H A DLanguageTest.cpp98 languageFrench.GetName(name, &languageEnglish);
114 languageFrench.GetName(name, &languageFrench);
/haiku/src/apps/haikudepot/util/
H A DLanguageMenuUtils.cpp86 if (language->GetName(name) != B_OK || name.IsEmpty())
119 if (l1->GetName(name1) == B_OK && l2->GetName(name2) == B_OK)
/haiku/src/apps/haikudepot/packagemodel/
H A DLanguage.cpp32 Language::GetName(BString& name, function in class:Language
35 status_t result = BLanguage::GetName(name, displayLanguage);
H A DLanguage.h26 status_t GetName(BString& name,
/haiku/src/apps/devices/
H A DDevicesView.cpp134 std::cerr << "CreateCategoryMap: device " << fDevices[i]->GetName()
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp145 language->GetName(leftName);
153 language->GetName(rightName);
1677 lang->GetName(langName);
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp71 const char* GetName() const;
130 // GetName
132 ElfSection::GetName() const function in class:ElfSection
227 printf("section %32s: size: %lu\n", GetName(), GetSize());
281 // GetName
283 ElfSymbol::GetName() function in class:ElfSymbol
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp800 snprintf(fName, sizeof(fName), "%s Volume", _FileSystem()->GetName());
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp2186 if (entry.GetName(entryName) != B_OK || bookmarkName != entryName)
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp945 Inode::GetName(char* buffer, size_t size) const function in class:Inode
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp1582 status = attribute.GetName(dirent->d_name, &length);
/haiku/src/apps/mail/
H A DMailWindow.cpp2221 mail->GetName(&name);
2830 if (fMail->GetName(&title) == B_OK)
3096 entry.GetName(name);
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp1921 if (language.GetName(languageName) == B_OK)
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp442 fDataSource->GetName(dataSourceName);
/haiku/src/system/boot/loader/
H A Dmenu.cpp683 if (node->GetName(name, sizeof(name)) != B_OK)
1254 if (volume->GetName(name, sizeof(name)) == B_OK) {
1383 if (volume->GetName(name, sizeof(name)) != B_OK)
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveCommand.cpp110 PerspectiveCommand::GetName(BString& name) function in class:PerspectiveCommand
H A DPerspectiveCommand.h38 virtual void GetName(BString& name);

Completed in 371 milliseconds

1234567891011>>