Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp410 static bool IsExeExt(const wchar_t *ext) in IsExeExt() function
907 filteredGroup = IsExeExt(ui.Name.Ptr(dotPos + 1)); in Update()
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp825 static bool IsExeExt(const UString &ext) in IsExeExt() function
1442 if (numFinded == 0 || IsExeExt(extension)) in OpenStream2()