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

/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp873 static fssh_status_t copy_entry(FSDomain *sourceDomain, const char *source,
943 copy_dir_contents(FSDomain *sourceDomain, const char *source, argument
971 fssh_status_t error = copy_entry(sourceDomain, sourceEntry,
1072 copy_entry(FSDomain *sourceDomain, const char *source, argument
1082 fssh_status_t error = sourceDomain->Open(source,
1223 error = copy_dir_contents(sourceDomain, source,
1378 FSDomain *sourceDomain = get_file_domain(source, source); local
1379 DomainDeleter sourceDomainDeleter(sourceDomain);
1384 error = sourceDomain->Open(source,
1415 error = sourceDomain
[all...]

Completed in 31 milliseconds