2 references to S_IFCHR
System.Formats.Tar (2)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.DeviceFiles.cs (1)
19
return MkNod(pathName, mode | FileTypes.
S_IFCHR
, major, minor);
System\Formats\Tar\TarWriter.Unix.cs (1)
33
Interop.Sys.FileTypes.
S_IFCHR
=> TarEntryType.CharacterDevice,