Home
last modified time | relevance | path

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

12

/haiku/src/tests/system/kernel/disk_device_manager/
H A DKPartitionTest.cpp66 partition.SetContentName(""); in TestPartitionWithoutFilesystemReturnsBadValue()
81 partition.SetContentName("test2"); in TestPartitionContentNameUsedFirst()
97 partition.SetContentName(""); in TestPartitionNameUsedSecond()
113 partition.SetContentName(""); in TestPartitionWithoutAnyNameIsNotRoot()
129 partition.SetContentName("testing/slashes"); in TestPartitionNameWithSlashesRemoved()
145 partition.SetContentName("testduplicate"); in TestPartitionMountPointExists()
/haiku/headers/private/kernel/disk_device_manager/
H A DKFileSystem.h49 virtual status_t SetContentName(KPartition* partition,
H A DKPartitioningSystem.h56 virtual status_t SetContentName(KPartition* partition,
H A DKDiskSystem.h80 virtual status_t SetContentName(KPartition* partition,
H A DKPartition.h98 status_t SetContentName(const char *name);
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTDiskAddOn.cpp138 partition->SetContentName(NULL); in Initialize()
/haiku/headers/private/storage/
H A DMutablePartition.h47 status_t SetContentName(const char* name);
H A DDiskSystemAddOn.h101 virtual status_t SetContentName(const char* name);
H A DPartition.h125 status_t SetContentName(const char* name);
/haiku/src/add-ons/disk_systems/fat/
H A DFATAddOn.cpp115 partition->SetContentName(name); in Initialize()
/haiku/src/add-ons/disk_systems/ntfs/
H A DNTFSAddOn.cpp116 partition->SetContentName(name); in Initialize()
/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.h63 status_t SetContentName(const char* name);
H A DPartitionDelegate.cpp296 BPartition::Delegate::SetContentName(const char* name) in SetContentName() function in BPartition::Delegate
301 return fPartitionHandle->SetContentName(name); in SetContentName()
H A DMutablePartition.cpp30 SetContentName(NULL); in UninitializeContents()
227 BMutablePartition::SetContentName(const char* name) in SetContentName() function in BMutablePartition
H A DDiskSystemAddOn.cpp239 BPartitionHandle::SetContentName(const char* name) in SetContentName() function in BPartitionHandle
H A DPartition.cpp1016 BPartition::SetContentName(const char* name) in SetContentName() function in BPartition
1021 return fDelegate->SetContentName(name); in SetContentName()
/haiku/src/tests/system/kernel/file_corruption/disk_system/
H A Dchecksumfs.cpp151 partition->SetContentName(name); in Initialize()
/haiku/src/add-ons/disk_systems/btrfs/
H A DBTRFSAddOn.cpp147 partition->SetContentName(name); in Initialize()
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskSystem.cpp278 KDiskSystem::SetContentName(KPartition* partition, const char* name, in SetContentName() function in KDiskSystem
H A DKFileSystem.cpp158 KFileSystem::SetContentName(KPartition* partition, const char* name, in SetContentName() function in KFileSystem
H A DKPartitioningSystem.cpp285 KPartitioningSystem::SetContentName(KPartition* partition, const char* name, in SetContentName() function in KPartitioningSystem
H A DKPartition.cpp618 KPartition::SetContentName(const char* name) in SetContentName() function in KPartition
1247 SetContentName(NULL); in UninitializeContents()
/haiku/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.cpp173 partition->SetContentName(name); in Initialize()
/haiku/src/add-ons/disk_systems/intel/
H A DExtendedPartitionAddOn.cpp140 partition->SetContentName(NULL); in Initialize()
H A DPartitionMapAddOn.cpp139 partition->SetContentName(NULL); in Initialize()

12