3 references to FChMod
System.Private.CoreLib (3)
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)
src\libraries\System.Private.CoreLib\src\System\IO\SharedMemoryManager.Unix.cs (1)
476int result = Interop.Sys.FChMod(fd, (int)permissionsMask);