ContentType
const char *ContentType() const;
BString ContentType() const;
virtual BString ContentType() const;
const char* ContentType() const;
const char* ContentType() const; // See DiskDeviceTypes.h
|| strcmp(device.ContentType(), kPartitionTypeIntel) != 0)
fBFS = BString(partition->ContentType()) == "Be File System";
SetField(new BStringField(partition->ContentType()), kFilesystemColumn);
partitionType = partition->ContentType();
printf("\tContentType(): %s\n", partition->ContentType());
&& partition->ContentType() != NULL
&& strcmp(partition->ContentType(), kPartitionTypeBFS) == 0;
|| partition->ContentType() == NULL
|| strcmp(partition->ContentType(), kPartitionTypeFAT32) != 0
|| partition->Parent()->ContentType() == NULL
|| strcmp(partition->Parent()->ContentType(), kPartitionTypeEFI) != 0)
const char* type = partition->ContentType();
if (partition->ContentType() == NULL)
&& strcmp(partition->ContentType(), kPartitionTypeBFS) != 0) {
const char* type = partition->ContentType();
const char* type = partition->ContentType();
if (!shadow->ContentType()
if (partition->ContentType()) {
error = job->Init(partition->ContentType(),
if (shadow->ContentType()
return ContentType() != NULL;
if (shrink && ContentType() != NULL) {
if (!shrink && ContentType() != NULL) {
if (!fMutablePartition.ContentType()) {
fMutablePartition.ContentType());
fMutablePartition.ContentType());
const char* type = partition->ContentType();
if (partition->ContentType() == NULL
|| strcmp(partition->ContentType(), kPartitionTypeBFS))
if (fsName == partition->ContentType())
info.AddString("fsName", partition->ContentType());
if (partition->ContentType() != NULL
&& strcmp(partition->ContentType(), kPartitionTypeBFS) == 0) {
char* contentType = writer.PlaceString(ContentType());
OUT("%s content type: %s\n", prefix, ContentType());
&& device->ContentType() != NULL
&& strcmp(device->ContentType(), kPartitionTypeIntel) == 0
&& partition->ContentType() != NULL
&& strcmp(partition->ContentType(), kPartitionTypeBFS) == 0) {
if (partition->ContentType() != NULL
&& (strcmp(partition->ContentType(), kPartitionTypeBFS) == 0
|| strcmp(partition->ContentType(), kPartitionTypeISO9660) == 0)) {
if (strcmp(bootPartition->ContentType(), kPartitionTypeISO9660) == 0) {
&& strcmp(bootPartition->ContentType(), kPartitionTypeBFS) == 0) {
return (partition->ContentType()
&& strcmp(partition->ContentType(), kPartitionTypeBFS) == 0);
partition->ContentType());
(partition->ContentType() ? partition->ContentType() : "-"),
printf("%s content type: `%s'\n", prefix, partition->ContentType());