Searched refs:GetName (Results 151 - 175 of 325) sorted by relevance

1234567891011>>

/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.h52 char* GetName();
/haiku/src/apps/diskusage/
H A DSnapshot.cpp115 volume->GetName(nameBuffer);
/haiku/src/apps/resedit/
H A DInternalEditors.h29 const char * GetName(void) const { return fNameBox->Text(); } function in class:StringEditView
/haiku/src/servers/print/
H A DPrinter.h82 void GetName(BString& name);
H A DPrinter.cpp348 GetName(name);
356 // GetName
364 Printer::GetName(BString& name) function in class:Printer
459 GetName(name2);
/haiku/src/apps/expander/
H A DGenericThread.h55 char* GetName(void);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DUserlandFS.cpp122 return _UnregisterFileSystem(fileSystem->GetName());
/haiku/src/tests/servers/app/statusbar/
H A Dmain.cpp64 if (entry.GetName(name) < B_OK)
/haiku/src/kits/textencoding/
H A DCharacterSetRoster.cpp99 if (strcasecmp(character_sets_by_id[id]->GetName(),name) == 0) {
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp71 const char* GetName() { return fName.String(); } function in class:UninstallView::InfoItem
226 fprintf(stderr, "Uh: %s and %s\n", item->GetName(),
229 if (fCurrentSelection.SetTo(item->GetName(),
357 if (iter.GetName(filename) != B_OK)
/haiku/src/system/boot/loader/file_systems/fat/
H A DVolume.h29 status_t GetName(char *name, size_t size) const;
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.h54 const char* GetName();
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.h55 const char *GetName() const;
/haiku/src/apps/mediaplayer/playlist/
H A DCopyPLItemsCommand.cpp118 CopyPLItemsCommand::GetName(BString& name) function in class:CopyPLItemsCommand
/haiku/src/apps/haikudepot/edits_generic/
H A DCompoundEdit.cpp108 CompoundEdit::GetName(BString& name) function in class:CompoundEdit
/haiku/src/apps/devices/
H A DDevice.h86 virtual BString GetName();
H A DDevice.cpp77 Device::GetName() function in class:Device
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformCommand.cpp107 // GetName
109 TransformCommand::GetName(BString& name) function in class:TransformCommand
H A DPerspectiveCommand.cpp110 PerspectiveCommand::GetName(BString& name) function in class:PerspectiveCommand
/haiku/src/tests/system/boot/loader/
H A DHandle.cpp100 Handle::GetName(char *nameBuffer, size_t bufferSize) const function in class:Handle
/haiku/src/apps/icon-o-matic/shape/commands/
H A DFlipPointsCommand.cpp111 // GetName
113 FlipPointsCommand::GetName(BString& name) function in class:FlipPointsCommand
H A DChangePointCommand.cpp124 // GetName
126 ChangePointCommand::GetName(BString& name) function in class:ChangePointCommand
/haiku/src/apps/icon-o-matic/style/
H A DRemoveStylesCommand.cpp118 RemoveStylesCommand::GetName(BString& name) function in class:RemoveStylesCommand
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.cpp38 name(entry->GetName())
252 || GetEntry(entry->GetDirectoryID(), entry->GetName())) {
263 if (entry && GetEntry(entry->GetDirectoryID(), entry->GetName()) == entry) {
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp88 virtual status_t GetName(char* nameBuffer,
111 virtual status_t GetName(char* nameBuffer,
152 virtual status_t GetName(char* nameBuffer,
296 TarFS::File::GetName(char* nameBuffer, size_t bufferSize) const function in class:TarFS::File
370 TarFS::Directory::GetName(char* nameBuffer, size_t bufferSize) const function in class:TarFS::Directory
596 TarFS::Symlink::GetName(char* nameBuffer, size_t bufferSize) const function in class:TarFS::Symlink

Completed in 167 milliseconds

1234567891011>>