2 references to FChMod
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\FileStatus.Unix.cs (2)
277
int rv = handle is not null ? Interop.Sys.
FChMod
(handle, newMode) :
486
int rv = handle is not null ? Interop.Sys.
FChMod
(handle, (int)mode)