Searched refs:GetName (Results 201 - 225 of 325) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DQuery.cpp148 const char* name = entry->GetName();
160 return entry->GetName();
H A DIndexDirectory.cpp163 if (!strcmp(index->GetName(), name))
H A DVolume.cpp284 // GetName
286 Volume::GetName() const function in class:Volume
615 attribute->GetName(), attribute->GetType())) {
632 attribute->GetName(), attribute->GetType())) {
642 UpdateLiveQueries(NULL, attribute->GetNode(), attribute->GetName(),
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...]
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp138 CHK(volume.GetName(name) == B_OK);
175 CHK(volume.GetName(name) == B_BAD_VALUE);
381 CHK(volume.GetName(name) == B_OK);
388 CHK(volume.GetName(name) == B_OK);
391 // GetName() with NULL buffer
395 CHK(volume.GetName(NULL) == B_BAD_VALUE);
453 //dVolume.GetName(name);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.cpp138 int32 nameLen = strlen(volume->GetName());
141 strcpy(name, volume->GetName());
171 Node* node = fRootNode->GetChildNode(volume->GetName());
178 fRootNode->RemoveEntry(volume->GetName());
185 strcpy(name, volume->GetName());
H A DShareNode.h32 const char* GetName() const;
/haiku/src/apps/resedit/
H A DResView.cpp295 data->GetLength(), data->GetName());
362 strField->SetString(resData->GetName());
473 SetField(new BStringField(fResData->GetName()), 2);
/haiku/src/tests/system/boot/loader/
H A Dplatform_menu.cpp106 if (directory->GetName(name, sizeof(name)) == B_OK)
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp105 volume.GetName(name);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.h76 const char* GetName() const;
/haiku/src/kits/locale/
H A DTextEncoding.cpp168 BTextEncoding::GetName() function in class:BPrivate::BTextEncoding
H A DLanguage.cpp95 BLanguage::GetName(BString& name, const BLanguage* displayLanguage) const function in class:BLanguage
H A DCountry.cpp113 BCountry::GetName(BString& name, const BLanguage* displayLanguage) const function in class:BCountry
/haiku/src/apps/mediaplayer/playlist/
H A DRemovePLItemsCommand.cpp169 RemovePLItemsCommand::GetName(BString& name) function in class:RemovePLItemsCommand
/haiku/src/kits/network/libnetservices/
H A DFileRequest.cpp176 entry.GetName(name);
/haiku/src/kits/tracker/
H A DMountMenu.cpp215 volume.GetName(volumeName);
/haiku/src/apps/icon-o-matic/shape/commands/
H A DRemovePointsCommand.cpp161 // GetName
163 RemovePointsCommand::GetName(BString& name) function in class:RemovePointsCommand
/haiku/src/kits/storage/mime/
H A DInstalledTypes.cpp304 sprintf(type, "%s/%s", super.GetName(), sub);
404 && entry.GetName(supertype) == B_OK
H A DSnifferRules.cpp352 && entry.GetName(supertype) == B_OK
373 if (subEntry.GetName(subtype) == B_OK) {
H A DAssociatedTypes.cpp353 && entry.GetName(supertype) == B_OK
375 if (subEntry.GetName(subtype) == B_OK) {
/haiku/src/apps/diskusage/
H A DControlsView.cpp231 if (tempVolume.GetName(name) != B_OK)
333 volume->GetName(name);
/haiku/src/tools/restest/
H A DResourceFile.cpp329 uint32 nameLen = strlen(item->GetName());
377 uint32 nameLen = strlen(item->GetName());
463 uint32 nameLen = strlen(item->GetName());
465 memcpy(info->ri_name, item->GetName(), nameLen + 1);
559 item->GetSize(), item->GetName());
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp551 virtual status_t GetName(char* nameBuffer, size_t bufferSize) const function in struct:PackageFS::File
643 virtual status_t GetName(char* nameBuffer, size_t bufferSize) const function in struct:PackageFS::Symlink
702 virtual status_t GetName(char* nameBuffer, size_t bufferSize) const function in struct:PackageFS::Directory
/haiku/src/kits/mail/
H A DMailMessage.cpp383 BEmailMessage::GetName(char* name, int32 maxLength) const function in class:BEmailMessage
402 BEmailMessage::GetName(BString* name) const function in class:BEmailMessage
405 status_t status = GetName(buffer, B_FILE_NAME_LENGTH);

Completed in 177 milliseconds

1234567891011>>