Searched refs:PrettyName (Results 1 - 23 of 23) sorted by relevance

/haiku-fatelf/src/apps/debugger/debug_info/
H A DFunctionDebugInfo.h28 virtual const BString& PrettyName() const = 0;
H A DFunction.h37 const BString& PrettyName() const function in class:Function
38 { return FirstInstance()->PrettyName(); }
H A DFunctionInstance.h48 const BString& PrettyName() const function in class:FunctionInstance
49 { return fFunctionDebugInfo->PrettyName(); }
H A DBasicFunctionDebugInfo.cpp60 BasicFunctionDebugInfo::PrettyName() const function in class:BasicFunctionDebugInfo
H A DBasicFunctionDebugInfo.h27 virtual const BString& PrettyName() const;
H A DDwarfFunctionDebugInfo.h36 virtual const BString& PrettyName() const;
H A DDwarfFunctionDebugInfo.cpp75 DwarfFunctionDebugInfo::PrettyName() const function in class:DwarfFunctionDebugInfo
/haiku-fatelf/src/apps/debugger/user_interface/cli/
H A DCliStackFrameCommand.cpp47 frame->Function()->PrettyName().String());
/haiku-fatelf/src/bin/mkfs/
H A DFsCreator.cpp134 if (partition->ValidateInitialize(diskSystem.PrettyName(),
149 status = partition->Initialize(diskSystem.PrettyName(), name.String(),
159 << diskSystem.PrettyName()
H A Dmain.cpp66 printf(kFormat, diskSystem.ShortName(), diskSystem.PrettyName(),
/haiku-fatelf/headers/private/storage/
H A DDiskSystem.h27 const char* PrettyName() const;
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp194 value.SetTo(function->PrettyName(), B_VARIANT_DONT_COPY_DATA);
289 return strcasecmp(a->PrettyName(), b->PrettyName()) < 0;
/haiku-fatelf/headers/private/kernel/disk_device_manager/
H A DKDiskSystem.h38 const char* PrettyName() const;
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKDiskSystem.cpp89 // PrettyName
91 KDiskSystem::PrettyName() const function in class:KDiskSystem
131 strlcpy(info->pretty_name, PrettyName(), sizeof(info->pretty_name));
H A DKDiskDeviceManager.cpp897 if (strcmp(name, diskSystem->PrettyName()) == 0)
H A DKPartition.cpp1013 fPartitionData.content_type = fDiskSystem->PrettyName();
/haiku-fatelf/src/tests/apps/partitioner/
H A DPartitioner.cpp349 if (partition->CanInitialize(diskSystem.PrettyName()))
363 printf("%2ld %s\n", i, diskSystem->PrettyName());
388 if (partition->ValidateInitialize(diskSystem->PrettyName(),
428 status_t error = partition->Initialize(diskSystem->PrettyName(),
/haiku-fatelf/src/apps/drivesetup/
H A DMainWindow.cpp611 message->AddString("disk system", diskSystem.PrettyName());
613 BString label = diskSystem.PrettyName();
617 // TODO: Very unintuitive that we have to use PrettyName (vs Name)
619 && partition->CanInitialize(diskSystem.PrettyName()));
828 if (diskSystemName == diskSystem.PrettyName()) {
893 ret = partition->ValidateInitialize(diskSystem.PrettyName(),
903 ret = partition->Initialize(diskSystem.PrettyName(),
/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskSystem.cpp68 // PrettyName
70 BDiskSystem::PrettyName() const function in class:BDiskSystem
/haiku-fatelf/src/tests/kits/storage/disk_device/
H A DDiskDeviceTest.cpp558 printf(" pretty name: `%s'\n", diskSystem.PrettyName());
/haiku-fatelf/src/apps/debugger/user_interface/util/
H A DUiUtils.cpp110 name = function->PrettyName();
/haiku-fatelf/src/apps/debugger/arch/x86_64/
H A DArchitectureX8664.cpp424 BString functionName(function->PrettyName());
/haiku-fatelf/src/apps/debugger/arch/x86/
H A DArchitectureX86.cpp534 BString functionName(function->PrettyName());

Completed in 106 milliseconds