Searched refs:GetName (Results 126 - 150 of 325) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DEntry.h38 inline const char *GetName() const { return fName.GetString(); } function in class:Entry
H A DAttribute.h30 const char *GetName() { return fName.GetString(); } function in class:Attribute
/haiku/src/apps/cortex/InfoView/
H A DAppNodeInfoView.cpp93 && (appEntry.GetName(appName) == B_OK))
/haiku/src/apps/icon-o-matic/generic/command/
H A DCompoundCommand.cpp91 // GetName
93 CompoundCommand::GetName(BString& name) function in class:CompoundCommand
H A DCommandStack.cpp115 fUndoHistory.top()->GetName(name);
131 fRedoHistory.top()->GetName(name);
H A DMoveCommand.h33 \note This class should be subclassed and the \c GetName member overridden.
50 virtual void GetName(BString& name);
194 MoveCommand<Type>::GetName(BString& name) function in class:MoveCommand
/haiku/src/apps/icon-o-matic/shape/commands/
H A DRotatePathIndicesCommand.cpp59 RotatePathIndicesCommand::GetName(BString& name) function in class:RotatePathIndicesCommand
H A DAddPointCommand.cpp102 // GetName
104 AddPointCommand::GetName(BString& name) function in class:AddPointCommand
/haiku/src/apps/icon-o-matic/style/
H A DSetColorCommand.cpp73 // GetName
75 SetColorCommand::GetName(BString& name) function in class:SetColorCommand
H A DSetGradientCommand.cpp101 // GetName
103 SetGradientCommand::GetName(BString& name) function in class:SetGradientCommand
/haiku/src/apps/icon-o-matic/transformable/
H A DResetTransformationCommand.cpp89 // GetName
91 ResetTransformationCommand::GetName(BString& name) function in class:ResetTransformationCommand
/haiku/src/apps/icon-o-matic/document/
H A DSetPropertiesCommand.cpp80 // GetName
82 SetPropertiesCommand::GetName(BString& name) function in class:SetPropertiesCommand
/haiku/src/add-ons/kernel/file_systems/netfs/client/
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 DVirtualDir.h50 const char* GetName() const;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DSecurityContext.cpp128 // GetName
130 User::GetName() const function in class:User
260 // GetName
262 Share::GetName() const function in class:Share
408 error = AddUser(tmpUser.GetName(), tmpUser.GetPassword());
422 error = AddShare(tmpShare.GetName(), tmpShare.GetPath());
553 error = permissionsArchive.AddMessage(user->GetName(),
672 if (fUsers->Get(user->GetName()) != user)
674 fUsers->Remove(user->GetName());
755 status_t error = users->AddString("users", user->GetName());
[all...]
H A DSecurityContext.h34 const char* GetName() const;
60 const char* GetName() const;
/haiku/src/add-ons/print/drivers/postscript/
H A DSelectPPDDlg.cpp113 && entry.GetName(name) == B_OK)
141 if (entry.GetName(name) == B_OK) {
/haiku/src/apps/mediaplayer/support/
H A DCommandStack.cpp118 fUndoHistory.top()->GetName(name);
134 fRedoHistory.top()->GetName(name);
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp95 entry.GetName(name);
111 entry.GetName(name);
/haiku/src/system/boot/loader/
H A DRootFileSystem.cpp73 if (entry->root->GetName(entryName, sizeof(entryName)) != B_OK)
94 return entry->root->GetName(name, size);
/haiku/src/apps/resedit/
H A DImageEditor.cpp21 SetTitle(data->GetName());
55 fNameBox = new BTextControl(r, "name", "Name: ", data->GetName(), NULL,
/haiku/src/tools/elfsymbolpatcher/
H A DElfImage.cpp161 && symbol.GetName()) {
168 && !strcmp(symbol.GetName(), symbolName)) {
/haiku/src/apps/stylededit/
H A DStyledEditView.cpp140 fEncoding = characterSet->GetName();
193 fEncoding = set->GetName();
/haiku/src/apps/haikudepot/edits_generic/
H A DEditManager.cpp111 fUndoHistory.top()->GetName(name);
123 fRedoHistory.top()->GetName(name);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.h33 status_t GetName(char* name, size_t* _nameLength);

Completed in 121 milliseconds

1234567891011>>