Searched refs:SetType (Results 51 - 75 of 152) sorted by relevance

1234567

/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskSystem.h82 virtual status_t SetType(KPartition* partition, const char* type,
H A DKPartitioningSystem.h58 virtual status_t SetType(KPartition* partition, const char* type,
/haiku/src/apps/resedit/
H A DResourceData.cpp136 ResourceData::SetType(const type_code &code) function in class:ResourceData
/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.h68 status_t SetType(Delegate* child, const char* type);
H A DDiskSystemAddOn.cpp261 BPartitionHandle::SetType(BMutablePartition* child, const char* type) function in class:BPartitionHandle
/haiku/src/tests/add-ons/print/ppd/model/
H A DStatement.cpp31 void Statement::SetType(Type type) function in class:Statement
/haiku/src/tools/restest/
H A DResourceItem.cpp75 // SetType
77 ResourceItem::SetType(type_code type) function in class:ResourceItem
/haiku/src/kits/package/hpkg/
H A DPackageReaderImpl.cpp82 fAttribute.SetType(value.unsignedInt);
253 fEntry.SetType(S_IFREG);
258 fEntry.SetType(S_IFDIR);
263 fEntry.SetType(S_IFLNK);
/haiku/src/system/boot/platform/u-boot/
H A Dvideo.cpp54 item->SetType(MENU_ITEM_NO_CHOICE);
/haiku/src/system/boot/platform/next_m68k/
H A Dvideo.cpp65 item->SetType(MENU_ITEM_NO_CHOICE);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttribute.cpp38 // SetType
40 Attribute::SetType(uint32 type) function in class:Attribute
/haiku/headers/os/interface/
H A DAlert.h60 void SetType(alert_type type);
/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.cpp248 nodeInfo.SetType(MIMEType());
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h213 void SetType(int type);
254 void SetType(int type);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.cpp204 search_key.SetType(BTRFS_KEY_TYPE_ROOT_ITEM);
269 search_key.SetType(0);
482 search_key.SetType(BTRFS_KEY_TYPE_CHUNK_ITEM);
H A DAttribute.cpp152 key.SetType(BTRFS_KEY_TYPE_XATTR_ITEM);
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp182 if (!type.SetType(child->Type()))
359 if (!type.SetType(typeString) || type.IsEmpty())
477 if (!type.SetType(typeString) || type.IsEmpty())
/haiku/headers/private/storage/
H A DDiskSystemAddOn.h107 virtual status_t SetType(BMutablePartition* child,
/haiku/src/system/boot/platform/amiga_m68k/
H A Dvideo.cpp177 item->SetType(MENU_ITEM_NO_CHOICE);
/haiku/headers/private/kernel/boot/
H A Dmenu.h47 void SetType(menu_item_type type);
/haiku/headers/os/storage/
H A DAppFileInfo.h58 virtual status_t SetType(const char* type);
H A DMimeType.h152 status_t SetType(const char* mimeType);
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp151 fAttribute.SetType(value.unsignedInt);
326 fEntry.SetType(S_IFREG);
331 fEntry.SetType(S_IFDIR);
336 fEntry.SetType(S_IFLNK);
/haiku/src/preferences/sounds/
H A DHEventList.cpp78 HEventList::SetType(const char* type) function in class:HEventList
/haiku/src/bin/
H A Dsettype.cpp219 error = nodeInfo.SetType(type);

Completed in 119 milliseconds

1234567