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

/haiku/src/bin/
H A Dcopyattr.cpp288 // copy_entry
290 copy_entry(const char *sourcePath, const char *destPath, function
496 copy_entry(sourceEntryPath.Path(), destEntryPath.Path(),
616 copy_entry(normalizedSourcePath.Path(), destEntryPath.Path(),
619 copy_entry(sourcePath, destPath, parameters);
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp873 static fssh_status_t copy_entry(FSDomain *sourceDomain, const char *source,
971 fssh_status_t error = copy_entry(sourceDomain, sourceEntry,
1072 copy_entry(FSDomain *sourceDomain, const char *source, function in namespace:FSShell
1440 // (copy_entry(<source>, <target>/<source leaf>))
1449 error = copy_entry(sourceDomain, source, targetDomain,
1456 // (copy_entry(<source>, <target>))
1460 // (copy_entry(<source>, <target>))
1461 error = copy_entry(sourceDomain, source, targetDomain, target,

Completed in 38 milliseconds