Symbol: B_DISK_SYSTEM_SUPPORTS_CREATING_CHILD
src/add-ons/disk_systems/gpt/GPTPartitionHandle.cpp
83
if ((mask & B_DISK_SYSTEM_SUPPORTS_CREATING_CHILD) != 0) {
src/add-ons/disk_systems/gpt/GPTPartitionHandle.cpp
87
flags |= B_DISK_SYSTEM_SUPPORTS_CREATING_CHILD;
src/add-ons/disk_systems/intel/ExtendedPartitionAddOn.cpp
207
if ((mask & B_DISK_SYSTEM_SUPPORTS_CREATING_CHILD) != 0) {
src/add-ons/disk_systems/intel/ExtendedPartitionAddOn.cpp
211
flags |= B_DISK_SYSTEM_SUPPORTS_CREATING_CHILD;
src/add-ons/disk_systems/intel/PartitionMapAddOn.cpp
198
if ((mask & B_DISK_SYSTEM_SUPPORTS_CREATING_CHILD) != 0) {
src/add-ons/disk_systems/intel/PartitionMapAddOn.cpp
203
flags |= B_DISK_SYSTEM_SUPPORTS_CREATING_CHILD;
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
179
| B_DISK_SYSTEM_SUPPORTS_CREATING_CHILD;
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
372
& B_DISK_SYSTEM_SUPPORTS_CREATING_CHILD) == 0)
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
919
| B_DISK_SYSTEM_SUPPORTS_CREATING_CHILD
src/add-ons/kernel/partitioning_systems/intel/intel.cpp
445
| B_DISK_SYSTEM_SUPPORTS_CREATING_CHILD
src/add-ons/kernel/partitioning_systems/intel/intel.cpp
533
| B_DISK_SYSTEM_SUPPORTS_CREATING_CHILD
src/add-ons/kernel/partitioning_systems/intel/write_support.cpp
1578
flags |= B_DISK_SYSTEM_SUPPORTS_CREATING_CHILD;
src/add-ons/kernel/partitioning_systems/intel/write_support.cpp
530
& B_DISK_SYSTEM_SUPPORTS_CREATING_CHILD)
src/add-ons/kernel/partitioning_systems/intel/write_support.cpp
84
flags |= B_DISK_SYSTEM_SUPPORTS_CREATING_CHILD;
src/kits/storage/disk_device/DiskSystem.cpp
250
&& (fFlags & B_DISK_SYSTEM_SUPPORTS_CREATING_CHILD));
src/kits/storage/disk_device/Partition.cpp
1213
return _SupportsChildOperation(NULL, B_DISK_SYSTEM_SUPPORTS_CREATING_CHILD);