Home
last modified time | relevance | path

Searched refs:GetCodec_Name (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h348 AString GetCodec_Name(UInt32 index);
DLoadCodecs.cpp1035 AString CCodecs::GetCodec_Name(UInt32 index) in GetCodec_Name() function in CCodecs
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp768 so << ' ' << codecs->GetCodec_Name(j) << endl; in Main2()