HomeSort by relevance Sort by last modified time
    Searched refs:arcInfo (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/7zip/Common/
RegisterArc.h 24 void RegisterArc(const CArcInfo *arcInfo);
  /external/lzma/CPP/7zip/Archive/
ArchiveExports.cpp 15 void RegisterArc(const CArcInfo *arcInfo)
19 const wchar_t *p = arcInfo->Name;
22 g_Arcs[g_NumArcs++] = arcInfo;
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 182 void RegisterArc(const CArcInfo *arcInfo)
185 g_Arcs[g_NumArcs++] = arcInfo;
Update.cpp 264 const CArcInfoEx &arcInfo = codecs->Formats[MethodMode.FormatIndex];
265 if (!arcInfo.UpdateEnabled)
267 UString typeExt = arcInfo.GetMainExt();

Completed in 133 milliseconds