Home | History | Annotate | Download | only in Common

Lines Matching refs:extension

54     - file has supported extension (like a.7z)

67 than file size, then return that archive with warning that can not be open as [extension type].
68 If extension was EXE, it will try to open as unknown_extension case
69 - file has unknown extension (like a.hhh)
122 UString Extension;
341 if (!item.Extension.IsEmpty())
344 s += item.Extension;
1340 pi.Extension = ai.GetMainExt();
1376 pi.Extension.Empty();
1382 pi.Extension.SetFromBstr(prop.bstrVal);
1585 UString extension;
1589 extension = fileName.Ptr(dotPos + 1);
1640 const wchar_t c = extension[0];
1646 const wchar_t d = extension[k];
1680 if (ai.FindExtension(extension) >= 0
1707 if (numFinded != 0 && !IsExeExt(extension))
1719 if (numFinded == 0 || IsExeExt(extension))
1723 else if (extension.IsEqualTo("000") || extension.IsEqualTo("001"))
1757 1) matched extension, no signuature
1758 2) matched extension, matched signuature
1906 // we set NonOpenErrorInfo, only if there is only one main format (defined by extension).
1925 if (IsExeExt(extension) || ai.Flags_PreArc())
2016 if (ai.FindExtension(extension) >= 0)
2919 UString extension;
2923 extension = fileName.Ptr(dotPos + 1);
2934 int subExtIndex = ai.FindExtension(extension);