Searched refs:destEntryPath (Results 1 – 2 of 2) sorted by relevance
486 BPath destEntryPath; in copy_entry() local487 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() local608 error = destEntryPath.SetTo(destPath, normalizedSourcePath.Leaf()); in copy_files()616 copy_entry(normalizedSourcePath.Path(), destEntryPath.Path(), in copy_files()
311 BPath destEntryPath; in _CopyEntry() local312 error = destEntryPath.SetTo(destPath, entry->d_name); in _CopyEntry()320 error = _CopyEntry(sourceEntryPath.Path(), destEntryPath.Path()); in _CopyEntry()