MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / SetFileHeaderExtra

Function SetFileHeaderExtra

Libraries/unrar/extinfo.cpp:66–72  ·  view source on GitHub ↗

Extra data stored directly in file header.

Source from the content-addressed store, hash-verified

64
65// Extra data stored directly in file header.
66void SetFileHeaderExtra(CommandData *Cmd,Archive &Arc,wchar *Name)
67{
68#ifdef _UNIX
69 if (Cmd->ProcessOwners && Arc.Format==RARFMT50 && Arc.FileHead.UnixOwnerSet)
70 SetUnixOwner(Arc,Name);
71#endif
72}
73
74
75

Callers 2

ExtractCurrentFileMethod · 0.85
ExtrCreateDirMethod · 0.85

Calls 1

SetUnixOwnerFunction · 0.85

Tested by

no test coverage detected