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.cpp782 static const char * const g_ExeExts[] = variable
793 for (unsigned i = 0; i < ARRAY_SIZE(g_ExeExts); i++) in IsExeExt()
794 if (StringsAreEqualNoCase_Ascii(ext, g_ExeExts[i])) in IsExeExt()