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 29 void RegisterArc(const CArcInfo *arcInfo) throw();
  /external/lzma/CPP/7zip/Archive/
ArchiveExports.cpp 18 void RegisterArc(const CArcInfo *arcInfo) throw()
22 const char *p = arcInfo->Name;
25 g_Arcs[g_NumArcs] = arcInfo;
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 371 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex];
372 if (!arcInfo.UpdateEnabled)
374 typeExt = arcInfo.GetMainExt();
532 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex];
533 if (options.AltStreams.Val && !arcInfo.Flags_AltStreams())
535 if (options.NtSecurity.Val && !arcInfo.Flags_NtSecure())
    [all...]
LoadCodecs.cpp 84 void RegisterArc(const CArcInfo *arcInfo) throw()
88 g_Arcs[g_NumArcs] = arcInfo;

Completed in 45 milliseconds