Home
last modified time | relevance | path

Searched refs:arcInfo (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/
H A DArchiveExports.cpp18 void RegisterArc(const CArcInfo *arcInfo) throw() in RegisterArc() argument
22 const char *p = arcInfo->Name; in RegisterArc()
25 g_Arcs[g_NumArcs++] = arcInfo; in RegisterArc()
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp227 const CArcInfoEx &arcInfo = codecs->Formats[(unsigned)formatIndex]; in SetArcPath() local
228 if (!arcInfo.UpdateEnabled) in SetArcPath()
230 typeExt = arcInfo.GetMainExt(); in SetArcPath()
451 const CArcInfoEx &arcInfo = codecs->Formats[(unsigned)formatIndex]; in Compress() local
453 // if (arcInfo.Flags_KeepName()) noTimestampExpected = true; in Compress()
454 if (arcInfo.Is_Xz() || in Compress()
455 arcInfo.Is_BZip2()) in Compress()
463 if (options.AltStreams.Val && !arcInfo.Flags_AltStreams()) in Compress()
465 if (options.NtSecurity.Val && !arcInfo.Flags_NtSecurity()) in Compress()
467 if (options.DeleteAfterCompressing && arcInfo in Compress()
[all...]
H A DLoadCodecs.cpp116 void RegisterArc(const CArcInfo *arcInfo) throw() in RegisterArc() argument
120 g_Arcs[g_NumArcs] = arcInfo; in RegisterArc()
/third_party/lzma/CPP/7zip/Common/
H A DRegisterArc.h29 void RegisterArc(const CArcInfo *arcInfo) throw();

Completed in 5 milliseconds