Searched refs:ContentType (Results 1 - 25 of 25) sorted by relevance

/haiku/src/kits/network/libnetservices/
H A DUrlResult.cpp44 BUrlResult::ContentType() const function in class:BUrlResult
H A DHttpResult.cpp63 BHttpResult::ContentType() const function in class:BHttpResult
/haiku/headers/private/netservices/
H A DUrlResult.h25 virtual BString ContentType() const;
H A DHttpResult.h36 BString ContentType() const;
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp283 && device->ContentType() != NULL
284 && strcmp(device->ContentType(), kPartitionTypeIntel) == 0
285 && partition->ContentType() != NULL
286 && strcmp(partition->ContentType(), kPartitionTypeBFS) == 0) {
301 if (partition->ContentType() != NULL
302 && (strcmp(partition->ContentType(), kPartitionTypeBFS) == 0
303 || strcmp(partition->ContentType(), kPartitionTypeISO9660) == 0)) {
494 if (strcmp(bootPartition->ContentType(), kPartitionTypeISO9660) == 0) {
498 && strcmp(bootPartition->ContentType(), kPartitionTypeBFS) == 0) {
H A Dvfs_net_boot.cpp374 return (partition->ContentType()
375 && strcmp(partition->ContentType(), kPartitionTypeBFS) == 0);
/haiku/headers/private/storage/
H A DMutablePartition.h52 const char* ContentType() const;
H A DPartition.h59 const char* ContentType() const; // See DiskDeviceTypes.h
/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.cpp71 if (!fMutablePartition.ContentType()) {
79 fMutablePartition.ContentType());
82 fMutablePartition.ContentType());
H A DDiskDeviceJobGenerator.cpp264 if (!shadow->ContentType()
426 if (partition->ContentType()) {
508 error = job->Init(partition->ContentType(),
824 if (shadow->ContentType()
H A DPartition.cpp306 BPartition::ContentType() const function in class:BPartition
864 if (shrink && ContentType() != NULL) {
874 if (!shrink && ContentType() != NULL) {
1507 return ContentType() != NULL;
H A DMutablePartition.cpp263 // ContentType
265 BMutablePartition::ContentType() const function in class:BMutablePartition
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafDirectory.h23 enum ContentType { DATA, LEAF }; enum
/haiku/src/apps/drivesetup/
H A DSupport.cpp57 printf("\tContentType(): %s\n", partition->ContentType());
H A DPartitionList.cpp296 SetField(new BStringField(partition->ContentType()), kFilesystemColumn);
370 partitionType = partition->ContentType();
H A DDiskView.cpp98 fBFS = BString(partition->ContentType()) == "Be File System";
/haiku/src/kits/tracker/
H A DMountMenu.cpp112 const char* type = partition->ContentType();
/haiku/src/servers/mount/
H A DAutoMounter.cpp179 if (partition->ContentType() == NULL
180 || strcmp(partition->ContentType(), kPartitionTypeBFS))
292 if (fsName == partition->ContentType())
340 info.AddString("fsName", partition->ContentType());
973 if (partition->ContentType() != NULL
974 && strcmp(partition->ContentType(), kPartitionTypeBFS) == 0) {
/haiku/src/apps/installer/
H A DWorkerThread.cpp805 const char* type = partition->ContentType();
840 if (partition->ContentType() == NULL)
852 && strcmp(partition->ContentType(), kPartitionTypeBFS) != 0) {
922 && partition->ContentType() != NULL
923 && strcmp(partition->ContentType(), kPartitionTypeBFS) == 0;
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp127 partition->ContentType());
158 (partition->ContentType() ? partition->ContentType() : "-"),
/haiku/src/bin/
H A Dmountvolume.cpp169 const char* type = partition->ContentType();
282 const char* type = partition->ContentType();
/haiku/src/tests/kits/storage/disk_device/
H A DDiskDeviceTest.cpp79 printf("%s content type: `%s'\n", prefix, partition->ContentType());
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h104 const char *ContentType() const;
105 // ContentType() == DiskSystem()->NamePretty()
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp649 KPartition::ContentType() const function in class:KPartition
1282 char* contentType = writer.PlaceString(ContentType());
1355 OUT("%s content type: %s\n", prefix, ContentType());
/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.cpp323 || strcmp(device.ContentType(), kPartitionTypeIntel) != 0)

Completed in 123 milliseconds