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

  /external/lzma/CPP/7zip/Compress/
Lzma2Register.cpp 9 static void *CreateCodec() { return (void *)(ICompressCoder *)(new NCompress::NLzma2::CDecoder); }
12 static void *CreateCodecOut() { return (void *)(ICompressCoder *)(new NCompress::NLzma2::CEncoder); }
Lzma2Encoder.h 13 namespace NLzma2 {
Lzma2Decoder.h 13 namespace NLzma2 {
Lzma2Encoder.cpp 20 namespace NLzma2 {
Lzma2Decoder.cpp 25 namespace NLzma2 {
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 28 namespace NLzma2 {
655 RINOK(NCompress::NLzma2::SetLzma2Prop(prop.Id, prop.Value, lzma2Props));

Completed in 57 milliseconds