3#include "mc/_HeaderOutputPredefine.h"
10namespace Core {
class Result; }
16MCNAPI ::Core::Result transferDirectory(
17 ::Core::FileSystemImpl* pSourceTransaction,
18 ::Core::PathView sourceDirectoryPath,
19 ::Core::FileSystemImpl* pTargetTransaction,
20 ::Core::PathView targetDirectoryPath,
21 ::std::function<::Core::Result(::Core::PathView, ::Core::PathView)>
const& fileTransferFunction
27MCNAPI ::std::add_lvalue_reference_t<::std::unique_ptr<char[0]>> mThreadLocalBuffer();
29MCNAPI ::std::string
const& sLockBlobName();
31MCNAPI ::std::string
const& sMultiChunkTag();
33MCNAPI ::std::shared_ptr<::Core::FileStorageArea>& sRootStorageArea();
Definition FileStorageArea.h:26
Definition FileSystemImpl.h:30