Searched defs:g_ExeExts (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp325 static wchar_t *g_ExeExts[] = member in namespace:NArchive::N7z
336 for (int i = 0; i < sizeof(g_ExeExts) / sizeof(g_ExeExts[0]); i++)
337 if (ext.CompareNoCase(g_ExeExts[i]) == 0)

Completed in 153 milliseconds