Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
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()
/external/lzma/CPP/7zip/Common/
DRegisterArc.h29 void RegisterArc(const CArcInfo *arcInfo) throw();
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp371 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex]; in SetArcPath() local
372 if (!arcInfo.UpdateEnabled) in SetArcPath()
374 typeExt = arcInfo.GetMainExt(); in SetArcPath()
532 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex]; in Compress() local
533 if (options.AltStreams.Val && !arcInfo.Flags_AltStreams()) in Compress()
535 if (options.NtSecurity.Val && !arcInfo.Flags_NtSecure()) in Compress()
DLoadCodecs.cpp84 void RegisterArc(const CArcInfo *arcInfo) throw() in RegisterArc() argument
88 g_Arcs[g_NumArcs] = arcInfo; in RegisterArc()