ContentName
const char *ContentName() const;
BString ContentName() const;
BString ContentName() const;
BString name = partition->ContentName();
if (BString(device->ContentName()).Length() > 0)
name = device->ContentName();
BString name = partition->ContentName();
name << "\"" << partition->ContentName() << "\"";
message << " \"" << partition->ContentName() << "\":\n\t"
} else if (partition->ContentName()
&& strlen(partition->ContentName()) > 0) {
message.ReplaceFirst("%s", partition->ContentName());
BString previousName = partition->ContentName();
SetField(new BStringField(partition->ContentName()), kVolumeNameColumn);
PartitionMenuItem* item = new PartitionMenuItem(partition->ContentName(),
sprintf(label, "%s%s - %s [%s] (%s)", partition->ContentName().String(), bootMark.String(),
sprintf(label, "%s%s - %s [%s]", partition->ContentName().String(), bootMark.String(),
sprintf(menuLabel, "%s%s - %s", partition->ContentName().String(), bootMark.String(), size);
PartitionMenuItem* item = new PartitionMenuItem(partition->ContentName(),
BString contentName = partition->ContentName();
BString name = partition->ContentName();
BString name = partition->ContentName();
const char* volumeName = ContentName();
BString name = partition->ContentName();
partition->ContentName().String());
|| volumeName != partition->ContentName())
if (volumeName == partition->ContentName())
info.AddString("volumeName", partition->ContentName());
_UnmountAndEjectVolume(partition, path, partition->ContentName());
if (ContentName()) {
char* contentName = writer.PlaceString(ContentName());
OUT("%s content name: %s\n", prefix, ContentName());
const char* volumeName = ContentName();
if (a->ContentName() != NULL) {
if (b->ContentName() == NULL)
} else if (b->ContentName() != NULL) {
int compare = strcasecmp(a->ContentName(), b->ContentName());
if (!strcasecmp(a->ContentName(), "Haiku"))
if (!strcasecmp(b->ContentName(), "Haiku"))
if (!strncmp(a->ContentName(), "System", 6))
if (!strncmp(b->ContentName(), "System", 6))
if (strcmp(fVolumeInfo.name, partition->ContentName()) == 0)
partition->ContentName().String());
partition->ContentName().String());
printf("%s content name: `%s'\n", prefix, partition->ContentName());