| 1054 | } |
| 1055 | |
| 1056 | AwaitFileSystemOperationAwaiter AwaitEventLoop::fsWrite(ThreadPool& threadPool, FileDescriptor& file, |
| 1057 | Span<const char> data, AwaitFileWriteResult* outResult, |
| 1058 | uint64_t offset) |
| 1059 | { |
| 1060 | return AwaitFileSystemOperationAwaiter(*this, threadPool, AwaitFileSystemOperationType::Write, file, data, |
| 1061 | outResult, offset); |
| 1062 | } |
| 1063 | |
| 1064 | AwaitFileSystemOperationAwaiter AwaitEventLoop::fsCopyFile(ThreadPool& threadPool, StringSpan path, |
| 1065 | StringSpan destinationPath, FileSystemCopyFlags copyFlags) |