1 write to Mode
System.Formats.Tar (1)
System\Formats\Tar\TarWriter.Unix.cs (1)
23
status.
Mode
= default;
2 references to Mode
System.Formats.Tar (2)
System\Formats\Tar\TarWriter.Unix.cs (2)
27
int fileType = status.
Mode
& Interop.Sys.FileTypes.S_IFMT;
95
entry._header._mode = status.
Mode
& (int)TarHelpers.ValidUnixFileModes;