4 references to FileKindMask
Microsoft.DotNet.Build.Tasks.Installers (3)
src\CreateRpmPackage.cs (1)
122
if ((entry.Mode & CpioEntry.
FileKindMask
) == CpioEntry.Directory)
src\RpmBuilder.cs (2)
254
if ((file.Mode & CpioEntry.
FileKindMask
) == CpioEntry.RegularFile)
265
if ((file.Mode & CpioEntry.
FileKindMask
) == CpioEntry.SymbolicLink)
Microsoft.DotNet.SignTool (1)
src\ZipData.cs (1)
742
uint fileKind = entry.Mode & CpioEntry.
FileKindMask
;