Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp710 int CCodecs::FindFormatForArchiveType(const UString &arcType) const in FindFormatForArchiveType()
713 if (Formats[i].Name.IsEqualTo_NoCase(arcType)) in FindFormatForArchiveType()
718 bool CCodecs::FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const in FindFormatForArchiveType() argument
721 for (unsigned pos = 0; pos < arcType.Len();) in FindFormatForArchiveType()
723 int pos2 = arcType.Find(L'.', pos); in FindFormatForArchiveType()
725 pos2 = arcType.Len(); in FindFormatForArchiveType()
726 const UString name = arcType.Mid(pos, pos2 - pos); in FindFormatForArchiveType()
DLoadCodecs.h317 int FindFormatForArchiveType(const UString &arcType) const;
318 bool FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const;
/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp524 void Add_Messsage_Pre_ArcType(UString &s, const char *pre, const wchar_t *arcType) in Add_Messsage_Pre_ArcType() argument
529 s += arcType; in Add_Messsage_Pre_ArcType()