HomeSort by relevance Sort by last modified time
    Searched defs:SResToHRESULT (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/Common/
CWrappers.cpp 87 HRESULT SResToHRESULT(SRes res) throw()
  /external/lzma/CPP/7zip/Compress/
Lzma2Decoder.cpp 11 static HRESULT SResToHRESULT(SRes res)
52 RINOK(SResToHRESULT(Lzma2Dec_Allocate(&_state, prop[0], &g_Alloc)));
248 return SResToHRESULT(res);
LzmaDecoder.cpp 11 static HRESULT SResToHRESULT(SRes res)
62 RINOK(SResToHRESULT(LzmaDec_Allocate(&_state, prop, size, &g_Alloc)));
221 RINOK(SResToHRESULT(res));

Completed in 84 milliseconds