Searched refs:GetName (Results 176 - 200 of 325) sorted by relevance

1234567891011>>

/haiku/headers/os/storage/
H A DEntry.h68 status_t GetName(char* buffer) const;
/haiku/headers/private/kernel/boot/net/
H A DiSCSITarget.h89 virtual status_t GetName(char* buffer, size_t bufferSize) const;
/haiku/headers/private/userlandfs/shared/
H A DDriverSettings.h103 const char* GetName() const;
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DTunerLocale.cpp41 if((fStatus = entry.GetName(name)) == B_OK){
/haiku/src/tools/restest/
H A DResourceItem.cpp110 // GetName
112 ResourceItem::GetName() const function in class:ResourceItem
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.h168 const char* GetName() { return fName.String(); } function in class:Image
/haiku/src/kits/tracker/
H A DTemplatesMenu.cpp152 entry.GetName(fileName);
/haiku/src/apps/diskprobe/
H A DFileWindow.cpp47 if (volume.GetName(name) == B_OK)
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelDebug.cpp30 kprintf("file system %p: %s\n", fs, (fs ? fs->GetName() : NULL));
/haiku/headers/os/locale/
H A DFormattingConventions.h79 status_t GetName(BString& name,
/haiku/src/apps/text_search/
H A DInitialIterator.cpp138 if (entry.GetName(nameBuf) == B_OK) {
/haiku/src/apps/mediaplayer/playlist/
H A DImportPLItemsCommand.cpp177 ImportPLItemsCommand::GetName(BString& name) function in class:ImportPLItemsCommand
H A DRandomizePLItemsCommand.cpp100 RandomizePLItemsCommand::GetName(BString& name) function in class:RandomizePLItemsCommand
H A DMovePLItemsCommand.cpp178 MovePLItemsCommand::GetName(BString& name) function in class:MovePLItemsCommand
/haiku/src/apps/cortex/InfoView/
H A DFileNodeInfoView.cpp160 entry.GetName(fileName);
/haiku/headers/build/os/storage/
H A DEntry.h68 status_t GetName(char *buffer) const;
/haiku/src/kits/storage/mime/
H A DSupertype.cpp115 // GetName
118 Supertype::GetName() function in class:BPrivate::Storage::Mime::Supertype
/haiku/src/apps/icon-o-matic/shape/commands/
H A DFreezeTransformationCommand.cpp118 // GetName
120 FreezeTransformationCommand::GetName(BString& name) function in class:FreezeTransformationCommand
H A DRemovePathsCommand.cpp120 RemovePathsCommand::GetName(BString& name) function in class:RemovePathsCommand
H A DInsertPointCommand.cpp129 // GetName
131 InsertPointCommand::GetName(BString& name) function in class:InsertPointCommand
H A DSplitPointsCommand.cpp154 // GetName
156 SplitPointsCommand::GetName(BString& name) function in class:SplitPointsCommand
/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/screen_savers/slideshowsaver/
H A DLiveSettings.cpp364 result = pmsg->RemoveName(fDefaults[i].GetName());
404 if (!strcmp(fDefaults[i].GetName(), name))
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DFile.cpp234 File::GetName(char *nameBuffer, size_t bufferSize) const function in class:FFS::File
236 return fNode.GetName(nameBuffer, bufferSize);
/haiku/headers/private/kernel/boot/
H A Dvfs.h41 virtual status_t GetName(char *nameBuffer, size_t bufferSize) const;
112 virtual status_t GetName(char *nameBuffer, size_t bufferSize) const;

Completed in 121 milliseconds

1234567891011>>