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