Searched refs:sourceDomain (Results 1 – 1 of 1) sorted by relevance
/haiku/src/tools/fs_shell/ |
H A D | command_cp.cpp | 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() [all …]
|