7 references to Mode
System.Formats.Tar (7)
System\Formats\Tar\TarEntry.cs (4)
294TarHelpers.CreateDirectory(destinationFullPath, Mode, pendingModes); 317TarHelpers.CreateDirectory(destinationFullPath, Mode, pendingModes); 440Directory.CreateDirectory(filePath, Mode); 586fileStreamOptions.UnixCreateMode = Mode & OwnershipPermissions;
System\Formats\Tar\TarEntry.Unix.cs (3)
17Interop.CheckIo(Interop.Sys.CreateBlockDevice(destinationFileName, (uint)Mode, (uint)_header._devMajor, (uint)_header._devMinor), destinationFileName); 24Interop.CheckIo(Interop.Sys.CreateCharacterDevice(destinationFileName, (uint)Mode, (uint)_header._devMajor, (uint)_header._devMinor), destinationFileName); 31Interop.CheckIo(Interop.Sys.MkFifo(destinationFileName, (uint)Mode), destinationFileName);