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.cpp394 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex]; in SetArcPath() local
395 if (!arcInfo.UpdateEnabled) in SetArcPath()
397 typeExt = arcInfo.GetMainExt(); in SetArcPath()
554 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex]; in Compress() local
555 if (options.AltStreams.Val && !arcInfo.Flags_AltStreams()) in Compress()
557 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();