Go to the source code of this file.
Classes | |
struct | nix::CreateRegularFileSink |
struct | nix::FileSystemObjectSink |
struct | nix::ExtendedFileSystemObjectSink |
struct | nix::NullFileSystemObjectSink |
struct | nix::RestoreSink |
struct | nix::RegularFileSink |
Functions | |
void | nix::copyRecursive (SourceAccessor &accessor, const CanonPath &from, FileSystemObjectSink &sink, const CanonPath &to) |
void nix::copyRecursive | ( | SourceAccessor & | accessor, |
const CanonPath & | sourcePath, | ||
FileSystemObjectSink & | sink, | ||
const CanonPath & | destPath ) |
Recursively copy file system objects from the source into the sink.