18 void createDirectory(
const CanonPath & path)
override;
22 void createSymlink(
const CanonPath & path,
const std::string & target)
override;
33 : TracingFileSystemObjectSink(sink)
Definition canon-path.hh:41
void createHardlink(const CanonPath &path, const CanonPath &target) override
Definition tracing-file-system-object-sink.cc:28
void createRegularFile(const CanonPath &path, std::function< void(CreateRegularFileSink &)> fn) override
Definition tracing-file-system-object-sink.cc:12