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

  /external/lzma/CPP/7zip/Common/
RegisterArc.h 23 Func_CreateOutArchive CreateOutArchive;
  /external/lzma/CPP/7zip/Archive/
ArchiveExports.cpp 80 if (!arc.CreateOutArchive)
82 *outObject = arc.CreateOutArchive();
109 case NArchive::NHandlerPropID::kUpdate: prop = (bool)(arc.CreateOutArchive != NULL); break;
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h 57 Func_CreateOutArchive CreateOutArchive;
120 , CreateOutArchive(NULL)
270 HRESULT CreateOutArchive(unsigned formatIndex, CMyComPtr<IOutArchive> &archive) const
278 archive = ai.CreateOutArchive();
LoadCodecs.cpp 578 item.CreateOutArchive = arc.CreateOutArchive;
579 item.UpdateEnabled = (arc.CreateOutArchive != NULL);
Update.cpp 500 RINOK(codecs->CreateOutArchive(formatIndex, outArchive));
    [all...]

Completed in 65 milliseconds