Searched refs:_Copy (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/installer/
H A DCopyEngine.h46 status_t _Copy(BEntry& source, BEntry& destination,
H A DCopyEngine.cpp142 return _Copy(source, destination, cancelSemaphore, copyAttributes);
314 CopyEngine::_Copy(BEntry &source, BEntry &destination, function in class:CopyEngine
397 ret = _Copy(entry, dest, cancelSemaphore, copyAttributes);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp174 BTree::Node::_Copy(const Node* origin, uint32 at, uint32 from, uint32 to, function in class:BTree::Node
177 TRACE("Node::_Copy() at: %d from: %d to: %d length: %d\n",
222 _Copy(origin, 0, start, end, length);
226 _Copy(origin, 0, 0, start - 1, 0); // <-- [start,...
231 _Copy(origin, start, end + 1, origin->ItemCount() - 1, length);
236 _Copy(origin, 0, 0, start - 1, 0);
239 _Copy(origin, end + 1, start, origin->ItemCount() - 1, length);
H A DBTree.h201 void _Copy(const Node* origin, uint32 at, uint32 from, uint32 to,

Completed in 45 milliseconds