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/UI/Common/
DUpdate.cpp395 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex]; in SetArcPath() local
396 if (!arcInfo.UpdateEnabled) in SetArcPath()
398 typeExt = arcInfo.GetMainExt(); in SetArcPath()
579 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex]; in Compress() local
580 if (options.AltStreams.Val && !arcInfo.Flags_AltStreams()) in Compress()
582 if (options.NtSecurity.Val && !arcInfo.Flags_NtSecure()) in Compress()
DLoadCodecs.cpp128 void RegisterArc(const CArcInfo *arcInfo) throw() in RegisterArc() argument
132 g_Arcs[g_NumArcs] = arcInfo; in RegisterArc()
/external/lzma/CPP/7zip/Common/
DRegisterArc.h27 void RegisterArc(const CArcInfo *arcInfo) throw();