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

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

Completed in 39 milliseconds