Lines Matching refs:sourceDomain
873 static fssh_status_t copy_entry(FSDomain *sourceDomain, const char *source,
943 copy_dir_contents(FSDomain *sourceDomain, const char *source, in copy_dir_contents() argument
971 fssh_status_t error = copy_entry(sourceDomain, sourceEntry, in copy_dir_contents()
1072 copy_entry(FSDomain *sourceDomain, const char *source, in copy_entry() argument
1082 fssh_status_t error = sourceDomain->Open(source, in copy_entry()
1223 error = copy_dir_contents(sourceDomain, source, in copy_entry()
1378 FSDomain *sourceDomain = get_file_domain(source, source); in command_cp() local
1379 DomainDeleter sourceDomainDeleter(sourceDomain); in command_cp()
1384 error = sourceDomain->Open(source, in command_cp()
1415 error = sourceDomain->Open(source, in command_cp()
1435 error = copy_dir_contents(sourceDomain, source, sourceDir, in command_cp()
1449 error = copy_entry(sourceDomain, source, targetDomain, in command_cp()
1461 error = copy_entry(sourceDomain, source, targetDomain, target, in command_cp()