1 write to Mode
System.Formats.Tar (1)
System\Formats\Tar\TarWriter.Unix.cs (1)
24
status.
Mode
= default;
2 references to Mode
System.Formats.Tar (2)
System\Formats\Tar\TarWriter.Unix.cs (2)
28
TarEntryType entryType = (status.
Mode
& (uint)Interop.Sys.FileTypes.S_IFMT) switch
73
entry._header._mode = status.
Mode
& (int)TarHelpers.ValidUnixFileModes;