Home
last modified time | relevance | path

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

/haiku/src/kits/package/manager/
H A DPackageManager.cpp703 BPath destinationPath; in _ClonePackageFile() local
704 status_t error = entry.GetPath(&destinationPath); in _ClonePackageFile()
712 error = BCopyEngine().CopyEntry(sourcePath.Path(), destinationPath.Path()); in _ClonePackageFile()