Searched refs:AddExt (Results 1 – 6 of 6) sorted by relevance
112 case NArchive::NHandlerPropID::kAddExtension: if (arc.AddExt) prop = arc.AddExt; break; in GetHandlerProperty2()
88 UString AddExt; member92 CArcExtInfo(const UString &ext, const UString &addExt): Ext(ext), AddExt(addExt) {} in CArcExtInfo()
182 extInfo.AddExt = addExts[i]; in AddExts()183 if (extInfo.AddExt == L"*") in AddExts()184 extInfo.AddExt.Empty(); in AddExts()749 if (arc.AddExt) in Load()750 ae = arc.AddExt; in Load()
3069 DefaultName = GetDefaultName2(fileName, extInfo.Ext, extInfo.AddExt); in OpenStream()
18 const char *AddExt; member
1001 if (!ext.AddExt.IsEmpty()) in Main2()1004 s += ext.AddExt; in Main2()