Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp401 static const wchar_t *g_ExeExts[] = variable
412 for (int i = 0; i < ARRAY_SIZE(g_ExeExts); i++) in IsExeExt()
413 if (MyStringCompareNoCase(ext, g_ExeExts[i]) == 0) in IsExeExt()