Home
last modified time | relevance | path

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

/haiku/src/bin/
H A Dcopyattr.cpp486 BPath destEntryPath; in copy_entry() local
487 error = destEntryPath.SetTo(destPath, entry->d_name); in copy_entry()
496 copy_entry(sourceEntryPath.Path(), destEntryPath.Path(), in copy_entry()
607 BPath destEntryPath; in copy_files() local
608 error = destEntryPath.SetTo(destPath, normalizedSourcePath.Leaf()); in copy_files()
616 copy_entry(normalizedSourcePath.Path(), destEntryPath.Path(), in copy_files()
/haiku/src/kits/storage/
H A DCopyEngine.cpp311 BPath destEntryPath; in _CopyEntry() local
312 error = destEntryPath.SetTo(destPath, entry->d_name); in _CopyEntry()
320 error = _CopyEntry(sourceEntryPath.Path(), destEntryPath.Path()); in _CopyEntry()