Home
last modified time | relevance | path

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

/haiku/src/kits/storage/
H A DCopyEngine.cpp303 BPath sourceEntryPath; in _CopyEntry() local
304 error = sourceEntryPath.SetTo(sourcePath, entry->d_name); in _CopyEntry()
320 error = _CopyEntry(sourceEntryPath.Path(), destEntryPath.Path()); in _CopyEntry()
/haiku/src/bin/
H A Dcopyattr.cpp477 BPath sourceEntryPath; in copy_entry() local
478 error = sourceEntryPath.SetTo(sourcePath, entry->d_name); in copy_entry()
496 copy_entry(sourceEntryPath.Path(), destEntryPath.Path(), in copy_entry()