Home
last modified time | relevance | path

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

/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp283 && device->ContentType() != NULL in IsBootPartition()
284 && strcmp(device->ContentType(), kPartitionTypeIntel) == 0 in IsBootPartition()
285 && partition->ContentType() != NULL in IsBootPartition()
286 && strcmp(partition->ContentType(), kPartitionTypeBFS) == 0) { in IsBootPartition()
301 if (partition->ContentType() != NULL in IsBootPartition()
302 && (strcmp(partition->ContentType(), kPartitionTypeBFS) == 0 in IsBootPartition()
303 || strcmp(partition->ContentType(), kPartitionTypeISO9660) == 0)) { in IsBootPartition()
494 if (strcmp(bootPartition->ContentType(), kPartitionTypeISO9660) == 0) { in vfs_mount_boot_file_system()
498 && strcmp(bootPartition->ContentType(), kPartitionTypeBFS) == 0) { in vfs_mount_boot_file_system()
H A Dvfs_net_boot.cpp374 return (partition->ContentType() in IsBootPartition()
375 && strcmp(partition->ContentType(), kPartitionTypeBFS) == 0); in IsBootPartition()
/haiku/src/kits/network/libnetservices/
H A DUrlResult.cpp44 BUrlResult::ContentType() const in ContentType() function in BUrlResult
H A DHttpResult.cpp63 BHttpResult::ContentType() const in ContentType() function in BHttpResult
/haiku/headers/private/netservices/
H A DUrlResult.h25 virtual BString ContentType() const;
H A DHttpResult.h36 BString ContentType() const;
/haiku/src/servers/mount/
H A DAutoMounter.cpp187 if (partition->ContentType() == NULL in Visit()
188 || strcmp(partition->ContentType(), kPartitionTypeBFS)) in Visit()
301 if (fsName == partition->ContentType()) in _Score()
353 info.AddString("fsName", partition->ContentType()); in Visit()
986 if (partition->ContentType() != NULL in _SuggestMountFlags()
987 && strcmp(partition->ContentType(), kPartitionTypeBFS) == 0) { in _SuggestMountFlags()
/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.cpp71 if (!fMutablePartition.ContentType()) { in InitAfterHierarchy()
79 fMutablePartition.ContentType()); in InitAfterHierarchy()
82 fMutablePartition.ContentType()); in InitAfterHierarchy()
H A DDiskDeviceJobGenerator.cpp264 if (!shadow->ContentType() in _GenerateChildPlacementJobs()
426 if (partition->ContentType()) { in _GenerateRemainingJobs()
508 error = job->Init(partition->ContentType(), in _GenerateInitializeJob()
824 if (shadow->ContentType() in _CollectContentsToMove()
H A DPartition.cpp306 BPartition::ContentType() const in ContentType() function in BPartition
864 if (shrink && ContentType() != NULL) { in Resize()
874 if (!shrink && ContentType() != NULL) { in Resize()
1507 return ContentType() != NULL; in _HasContent()
H A DMutablePartition.cpp265 BMutablePartition::ContentType() const in ContentType() function in BMutablePartition
/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/apps/installer/
H A DWorkerThread.cpp805 const char* type = partition->ContentType(); in make_partition_label()
840 if (partition->ContentType() == NULL) in Visit()
852 && strcmp(partition->ContentType(), kPartitionTypeBFS) != 0) { in Visit()
922 && partition->ContentType() != NULL in Visit()
923 && strcmp(partition->ContentType(), kPartitionTypeBFS) == 0; in Visit()
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafDirectory.h23 enum ContentType { DATA, LEAF }; enum
/haiku/src/kits/tracker/
H A DMountMenu.cpp112 const char* type = partition->ContentType(); in Visit()
/haiku/src/apps/drivesetup/
H A DSupport.cpp57 printf("\tContentType(): %s\n", partition->ContentType()); in dump_partition_info()
H A DPartitionList.cpp296 SetField(new BStringField(partition->ContentType()), kFilesystemColumn); in PartitionListRow()
370 partitionType = partition->ContentType(); in PartitionListRow()
H A DDiskView.cpp98 fBFS = BString(partition->ContentType()) == "Be File System"; in PartitionView()
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp127 partition->ContentType()); in Visit()
158 (partition->ContentType() ? partition->ContentType() : "-"), in print_partition()
/haiku/src/bin/
H A Dmountvolume.cpp169 const char* type = partition->ContentType(); in Visit()
282 const char* type = partition->ContentType(); in Visit()
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h104 const char *ContentType() const;
/haiku/src/tests/kits/storage/disk_device/
H A DDiskDeviceTest.cpp79 printf("%s content type: `%s'\n", prefix, partition->ContentType()); in Visit()
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp650 KPartition::ContentType() const in ContentType() function in KPartition
1313 char* contentType = writer.PlaceString(ContentType()); in WriteUserData()
1386 OUT("%s content type: %s\n", prefix, ContentType()); in Dump()
/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.cpp323 || strcmp(device.ContentType(), kPartitionTypeIntel) != 0) in CanBeInstalled()