Searched refs:GetName (Results 51 - 75 of 325) sorted by last modified time

1234567891011>>

/haiku/src/apps/icon-o-matic/shape/commands/
H A DChangePointCommand.cpp124 // GetName
126 ChangePointCommand::GetName(BString& name) function in class:ChangePointCommand
H A DAddTransformersCommand.cpp36 AddTransformersCommand::GetName(BString& name) function in class:AddTransformersCommand
H A DCleanUpPathCommand.cpp55 // GetName
57 CleanUpPathCommand::GetName(BString& name) function in class:CleanUpPathCommand
H A DAddPathsCommand.cpp36 AddPathsCommand::GetName(BString& name) function in class:AddPathsCommand
H A DAddShapesCommand.cpp36 AddShapesCommand::GetName(BString& name) function in class:AddShapesCommand
H A DAddPointCommand.cpp102 // GetName
104 AddPointCommand::GetName(BString& name) function in class:AddPointCommand
H A DRemoveShapesCommand.h33 virtual void GetName(BString& name);
H A DRemoveTransformersCommand.h32 virtual void GetName(BString& name);
H A DRemovePathsCommand.h41 virtual void GetName(BString& name);
/haiku/src/apps/icon-o-matic/generic/command/
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
H A DRemoveCommand.h34 \note This class should be subclassed and the \c GetName member overridden.
50 virtual void GetName(BString& name);
142 RemoveCommand<Type>::GetName(BString& name) function in class:RemoveCommand
H A DAddCommand.h42 \note This class should be subclassed and the \c GetName member overridden.
60 virtual void GetName(BString& name);
154 AddCommand<Type>::GetName(BString& name) function in class:AddCommand
/haiku/src/apps/icon-o-matic/document/
H A DSetPropertiesCommand.cpp80 // GetName
82 SetPropertiesCommand::GetName(BString& name) function in class:SetPropertiesCommand
/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/tests/system/boot/loader/
H A DHandle.cpp100 Handle::GetName(char *nameBuffer, size_t bufferSize) const function in class:Handle
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp1647 CHK(superEntry.GetName(superLeafMixed) == B_OK);
1675 CHK(subEntry.GetName(subLeafMixed) == B_OK);
1727 CHK(superEntry.GetName(superLeafMixed) == B_OK);
1765 CHK(subEntry.GetName(subLeafMixed) == B_OK);
/haiku/src/system/boot/loader/file_systems/fat/
H A DFile.cpp106 File::GetName(char *nameBuffer, size_t bufferSize) const function in class:FATFS::File
108 return fStream.GetName(nameBuffer, bufferSize);
/haiku/src/system/boot/loader/file_systems/bfs/
H A DStream.cpp168 Stream::GetName(char* name, size_t size) const function in class:Stream
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp4102 Entry.GetName (LeafName);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp934 strlcpy(info->volume_name, fFileSystem->GetName(),
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndex.cpp78 PRINT("Index: `%s', type: %lx\n", GetName(), GetType());
81 PRINT(" entry: `%s', dir: %lld\n", entry->GetName(),
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp635 return inode->GetName(buffer, bufferSize);
/haiku/src/apps/icon-o-matic/style/
H A DRemoveStylesCommand.h39 virtual void GetName(BString& name);
H A DMoveStylesCommand.h33 virtual void GetName(BString& name);
H A DAddStylesCommand.h33 virtual void GetName(BString& name);

Completed in 237 milliseconds

1234567891011>>