Searched refs:GetName (Results 1 - 25 of 325) sorted by path

1234567891011>>

/haiku/headers/os/bluetooth/
H A DLocalDeviceAddOn.h11 virtual const char* GetName()=0;
/haiku/headers/os/locale/
H A DFormattingConventions.h79 status_t GetName(BString& name,
H A DLanguage.h43 status_t GetName(BString& name,
H A DTextEncoding.h30 BString GetName();
/haiku/headers/os/mail/
H A DMailMessage.h84 status_t GetName(char* name, int32 maxLength) const;
85 status_t GetName(BString* name) const;
/haiku/headers/os/storage/
H A DEntry.h68 status_t GetName(char* buffer) const;
H A DVolume.h40 status_t GetName(char* name) const;
/haiku/headers/private/kernel/boot/
H A DFileMapDisk.h59 virtual status_t GetName(char *nameBuffer, size_t bufferSize) const;
/haiku/headers/private/kernel/boot/net/
H A DRemoteDisk.h28 virtual status_t GetName(char *nameBuffer, size_t bufferSize) const;
H A DiSCSITarget.h89 virtual status_t GetName(char* buffer, size_t bufferSize) const;
/haiku/headers/private/textencoding/
H A DCharacterSet.h55 const char * GetName(void) const;
/haiku/headers/private/userlandfs/shared/
H A DDriverSettings.h103 const char* GetName() const;
/haiku/src/add-ons/bluetooth/ResetLocalDevice/
H A DResetLocalDevice.cpp20 ResetLocalDeviceAddOn::GetName() function in class:ResetLocalDeviceAddOn
H A DResetLocalDevice.h11 const char* GetName();
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp87 Attribute::GetName(char* name, size_t* _nameLength) function in class:Attribute
H A DAttribute.h33 status_t GetName(char* name, size_t* _nameLength);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DRootVolume.cpp118 strcpy(info->volume_name, GetName());
H A DShareAttrDir.cpp28 return strcmp(a->GetName(), b->GetName());
114 // GetName
116 Attribute::GetName() const function in class:Attribute
363 if (strcmp(attribute->GetName(), name) == 0) {
394 if (strcmp(attribute->GetName(), name) == 0)
H A DShareAttrDir.h26 const char* GetName() const;
H A DShareNode.cpp41 // GetName
43 ShareDirEntry::GetName() const function in class:ShareDirEntry
H A DShareNode.h32 const char* GetName() const;
H A DShareVolume.cpp346 entry->GetName());
1255 const char* name = entry->GetName();
1535 const char* name = attribute->GetName();
2598 error = fEntries->Put(EntryKey(directory->GetID(), entry->GetName()),
2626 entry->GetName()));
H A DVirtualDir.cpp35 // GetName
37 VirtualDirEntry::GetName() const function in class:VirtualDirEntry
109 *name = fCurrentEntry->GetName();
169 RemoveEntry(entry->GetName());
H A DVirtualDir.h50 const char* GetName() const;
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());

Completed in 150 milliseconds

1234567891011>>