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