_Copy
_Copy(origin, 0, start, end, length);
_Copy(origin, 0, 0, start - 1, 0); // <-- [start,...
_Copy(origin, start, end + 1, origin->ItemCount() - 1, length);
_Copy(origin, 0, 0, start - 1, 0);
_Copy(origin, end + 1, start, origin->ItemCount() - 1, length);
void _Copy(const Node* origin, uint32 at, uint32 from, uint32 to,
return _Copy(source, destination, cancelSemaphore, copyAttributes);
ret = _Copy(entry, dest, cancelSemaphore, copyAttributes);
status_t _Copy(BEntry& source, BEntry& destination,