35std::filesystem::filesystem_error
make_filesystem_error(
const std::string& what, std::filesystem::path path,
int error);
43std::filesystem::filesystem_error
make_filesystem_error(
const std::string& what, std::filesystem::path path1, std::filesystem::path path2,
int error);
Seastar API namespace.
Definition: abort_on_ebadf.hh:26
std::filesystem::filesystem_error make_filesystem_error(const std::string &what, std::filesystem::path path, int error)
make a filesystem_error for system calls with a single file operand.