Home
last modified time | relevance | path

Searched refs:IsExeExt (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp791 static bool IsExeExt(const wchar_t *ext) in IsExeExt() function
857 if (IsExeExt(ext)) in GetFilterGroup()
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp1036 static bool IsExeExt(const UString &ext) in IsExeExt() function
1723 if (numFinded == 0 || IsExeExt(extension)) in OpenStream2()