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

/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp874 FSDomain *targetDomain, const char *target, const Options &options,
944 Directory *sourceDir, FSDomain *targetDomain, const char *target,
972 targetDomain, targetEntry, options, options.alwaysDereference);
1073 FSDomain *targetDomain, const char *target, const Options &options,
1095 error = targetDomain->Open(target, FSSH_O_RDONLY | FSSH_O_NOTRAVERSE,
1106 error = targetDomain->Open(target, FSSH_O_RDONLY,
1126 error = targetDomain->Unlink(target);
1136 error = targetDomain->Open(target, FSSH_O_RDWR | FSSH_O_TRUNC,
1157 error = targetDomain->CreateFile(target, sourceNode->Stat(), file);
1173 error = targetDomain
943 copy_dir_contents(FSDomain *sourceDomain, const char *source, Directory *sourceDir, FSDomain *targetDomain, const char *target, const Options &options) argument
1072 copy_entry(FSDomain *sourceDomain, const char *source, FSDomain *targetDomain, const char *target, const Options &options, bool dereference) argument
1319 FSDomain *targetDomain = get_file_domain(target, target); local
[all...]

Completed in 35 milliseconds