Home
last modified time | relevance | path

Searched refs:spaceIndex (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp350 int32 spaceIndex; in _RegisterCommand() local
352 spaceIndex = name.FindFirst(' ', startIndex); in _RegisterCommand()
353 if (spaceIndex == B_ERROR) in _RegisterCommand()
354 spaceIndex = name.Length(); in _RegisterCommand()
355 name.CopyInto(nextName, startIndex, spaceIndex - startIndex); in _RegisterCommand()
363 startIndex = spaceIndex + 1; in _RegisterCommand()
/haiku/src/add-ons/disk_systems/intel/
H A DExtendedPartitionAddOn.cpp349 int32 spaceIndex = -1; in ValidateCreateChild() local
359 spaceIndex = i; in ValidateCreateChild()
378 spaceIndex >= 0 ? spaceIndex : closestSpaceIndex, &spaceOffset, in ValidateCreateChild()
384 if (spaceIndex < 0) { in ValidateCreateChild()
385 spaceIndex = closestSpaceIndex; in ValidateCreateChild()
H A DPartitionMapAddOn.cpp400 int32 spaceIndex = -1; in ValidateCreateChild() local
410 spaceIndex = i; in ValidateCreateChild()
429 spaceIndex >= 0 ? spaceIndex : closestSpaceIndex, &spaceOffset, in ValidateCreateChild()
435 if (spaceIndex < 0) { in ValidateCreateChild()
436 spaceIndex = closestSpaceIndex; in ValidateCreateChild()
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp524 int64 spaceIndex = 0; in _NewPartition() local
527 spacesCount - 1, -1, "invalid index", spaceIndex)) { in _NewPartition()
534 partitioningInfo.GetPartitionableSpaceAt(spaceIndex, &spaceOffset, in _NewPartition()