Searched refs:AddExt (Results 1 – 6 of 6) sorted by relevance
108 case NArchive::NHandlerPropID::kAddExtension: if (arc.AddExt) prop = arc.AddExt; break; in GetHandlerProperty2()
12 const char *AddExt; member
38 UString AddExt; member42 CArcExtInfo(const UString &ext, const UString &addExt): Ext(ext), AddExt(addExt) {} in CArcExtInfo()
137 extInfo.AddExt = addExts[i]; in AddExts()138 if (extInfo.AddExt == L"*") in AddExts()139 extInfo.AddExt.Empty(); in AddExts()571 if (arc.AddExt) in Load()572 ae.SetFromAscii(arc.AddExt); in Load()
2631 DefaultName = GetDefaultName2(fileName, extInfo.Ext, extInfo.AddExt); in OpenStream()
569 if (!ext.AddExt.IsEmpty()) in Main2()572 s += ext.AddExt; in Main2()