3 references to ChMod
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\IO\FileStatus.Unix.cs (2)
278
Interop.Sys.
ChMod
(path!, newMode);
487
: Interop.Sys.
ChMod
(path!, (int)mode);
src\libraries\System.Private.CoreLib\src\System\IO\SharedMemoryManager.Unix.cs (1)
624
|| (createIfNotExist && Interop.Sys.
ChMod
(directoryPath, (int)permissionsMask) == 0))