Home
last modified time | relevance | path

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

/haiku/src/apps/installer/
H A DCopyEngine.cpp127 CopyEngine::Copy(const char* _source, const char* _destination, in Copy() argument
137 BEntry destination(_destination); in Copy()
171 CopyEngine::_CopyData(const BEntry& _source, const BEntry& _destination, in _CopyData() argument
185 BFile* destination = new (nothrow) BFile(&_destination, in _CopyData()