ΒΆstd::error_code setPermissions(
int FD,
llvm::sys::fs::perms Permissions)
std::error_code setPermissions(
int FD,
llvm::sys::fs::perms Permissions)
Description
Vesion of setPermissions accepting a file descriptor. TODO Delete the path based overload once we implement the FD based overload on Windows.
Declared at: llvm/include/llvm/Support/FileSystem.h:678
Parameters
- int FD
- llvm::sys::fs::perms Permissions